Aurelien
Aurelien

Reputation: 159

UIViewController edges not extended behind top/bottom bars during a UINavigationController animation if it has a translucent UIToolbar subview

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?

Here is what it looks like:enter image description here

Upvotes: 2

Views: 259

Answers (1)

Nandish
Nandish

Reputation: 1177

I don't observe any such issue checked on iOS 13.2 in iPhone 11 Simulator. enter image description here

Upvotes: -1

Related Questions