I\'m using Xcode 4.6.1 to code on Objective-C. I want to know how can I keep the navigation bar shown when I create a modal segue between 2 View controllers, because I\'m do
Just add another Navigation Controller to your modal view controller. Follow the steps
Navigation Controller
Modal View Controller
Editor menu
Embed In
Run the application. Now it should work perfectly.
Hope this solves your problem.