Andre Cytryn
Andre Cytryn

Reputation: 2705

UINavigationController is pushing like modal on iOS 7

My first viewController has a uitableView inside with a segue made on storyboard dragging the cell to the next view and selecting "show".

On the first viewController the navigation bar shows up just fine.

The push works perfectly on iOS 8, coming from the right side.

On iOS 7 it seems like the push is working on MODAL style, the next view controller comes from the bottom and the navigation bar is gone!

Anyone seem something like that?

Upvotes: 2

Views: 326

Answers (1)

Vitalii Gozhenko
Vitalii Gozhenko

Reputation: 9354

Change your segue type to "Push" in Deprecated section. Look at the attached screenshot enter image description here

Upvotes: 1

Related Questions