No it is not too late
Right click on your code and choose New File
-> under IOS
-> User Interface
-> Storyboard
-> Iphone -> Save As Storyboard
Now find your Info.plist (it should be in your resources or supported files) right click and choose add row find Main storyboard file base name
on value Storyboard
In your app didfinishlaunchingwithoptions return yes
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
return YES;
}
Now go to your storyboard and add Uiviewcontrollers, navigation controllers etc...
Make sure your first uiviewcontroller is set to initial view controller
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…