uistoryboard跳转界面
Posted 新年新气象934060369
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uistoryboard跳转界面相关的知识,希望对你有一定的参考价值。
/**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跳转界面的主要内容,如果未能解决你的问题,请参考以下文章