Reputation: 2705
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
Reputation: 9354
Change your segue type to "Push" in Deprecated section. Look at the attached screenshot
Upvotes: 1