Create iOS app for UINavigationController without using storyboard with Xcode 4.3.2
I want to create an application for the second generation iPod Touch (iOS 4.2.1). For this target OS, storyboards cannot be used. I want to use UINavigationControllers to control multiple views. I have seen several tutorials on how to do this, starting with a windows based app template, but I don't have this project template on Xcode 4.3.2. Can anyone give me some advice on how to do this? Thank you.
+3
source to share
1 answer
Check out this tutorial: http://www.techotopia.com/index.php/Creating_a_Navigation_based_iOS_5_iPhone_Application_using_TableViews
It will show you how to start with a blank project.
Hope it helps.
+3
source to share