João Victor
João Victor

Reputation: 57

ViewController with different behavior on hidden Navigation Bar

I have a ViewController which has a hidden navigationBar (supported by a NavigationController). The problem is that the navigation bar is rendering a black image on the bottom of the nav bar.

First View with Navigation Controller, but with hidden nav bar

Second View, but without the correct renderization on the nav bar.

What am i doing wrong?

Upvotes: 0

Views: 40

Answers (1)

Rashwan L
Rashwan L

Reputation: 38833

This is a bug in iOS 11. If you try on a lower target you´ll see that it will work. The problem is that the navigation bar goes up like 10 pixels on iOS 11. Not much to do at the moment for this.

Upvotes: 1

Related Questions