Reputation: 159
I'm displaying a translucent UIToolbar as a subview of a UIViewController which is a child of a UINavigationController (I don't use the UINavigationController toolbar as I want to subclass it).
Everything works fine but one thing: when I push another UIViewController on the UINavigationController stack, the next UIViewController edges are not extended behind the NavigationBar until the animation is over. The same issue occurs when the pop animation of the next UIViewController starts.
Side notes:
It's easily reproducible on iOS 12 and iOS 13 devices/simulators, with no code, just storyboard editing.
Does anyone has any clue regarding what's looks like a UINavigationController push/pop animation issue to me?
Upvotes: 2
Views: 259
Reputation: 1177
I don't observe any such issue checked on iOS 13.2 in iPhone 11 Simulator.
Upvotes: -1