Sravan
Sravan

Reputation: 578

iOS 11 - Navigation Bar loading with half height during push transition

Since updating from Xcode 8.3 to 9, I'm seeing this weird behaviour that during push transition the target controller's Navigation Bar is loading with half height first and then settling with correct height. Happening on all the screens of different navigation controllers. Tried enable/disable nav bar translucent, and Safe Area Layout Guides but of no help. Happening only on iOS 11. For new view controllers too.

Screencast showing this behaviour.

Upvotes: 1

Views: 451

Answers (1)

Sravan
Sravan

Reputation: 578

Turns out that I'm using an old version of KMNavigationBarTransition library that uses method swizzling to manage navigation bar style during push transition. Update of this library fixed the issue.

Upvotes: 2

Related Questions