created a singleview application with storyboard.
Added three viewcontrollers apart from the one view present by default,Now how to refer to this ViewController programmatically from the AppDelegate did finishlaunchingoptions function? I’ve created 3 view controller classes and what are the changes i should do in appdelegate
created a singleview application with storyboard. Added three viewcontrollers apart from the one view
Share
Well it seems as if a tutorial would make sense so you could learn how storyboard based development in iOS 5 works.
A great one i found is this one written by Ray Wenderlich.