码迷,mamicode.com
首页 > 其他好文 > 详细

uistoryboard跳转界面

时间:2017-05-03 13:06:47      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:logs   oar   log   window   hid   boa   跳转   bsp   src   

/**1.创建Storyboard,加载Storyboard的名字,这里是自己创建的Storyboard的名字*/

    UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];

UIViewController

 *nav  = [storyboard instantiateViewControllerWithIdentifier:@"nav"];

    

    UIWindow *window = [[[UIApplication sharedApplication]delegate]window];

    window.rootViewController = nav;

技术分享

 

uistoryboard跳转界面

标签:logs   oar   log   window   hid   boa   跳转   bsp   src   

原文地址:http://www.cnblogs.com/hualuoshuijia/p/6801176.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!