can any One Give me an example to create simplest navigation based application in xcode 5.1 without use of storyboard and page-based application. I tried so much to find it but every where it is available in xcode 4. I want to perform this task in single view based application. Thank you for your time.
can any One Give me an example to create simplest navigation based application in
Share
I Found the solution of my own question.
In ios 5.1, use the Master-Detail Application. Deselect the check box of storyboards and relative. There will be a simple table view application ready to use. Modify it as your requirement.