Reputation: 1227
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
Upvotes: 0
Views: 1045
Reputation: 46
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.
Upvotes: 1