storyboard切换程序进入页面_html/css_WEB-ITnose
程序员文章站
2022-05-05 23:26:44
...
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { if([userDefaults objectForKey:@"autoLogIn"] != nil && [userDefaults objectForKey:@"rand_code"] != nil) { UIStoryboard *board = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil]; //获取故事板中某个View UIViewController *next = [board instantiateViewControllerWithIdentifier:@"mainTabBar"]; [self.window setRootViewController:next]; [self.window makeKeyAndVisible]; }else{ UIStoryboard *board = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil]; //获取故事板中某个View UIViewController *next = [board instantiateViewControllerWithIdentifier:@"mainTabBar"]; [self.window setRootViewController:next]; [self.window makeKeyAndVisible]; } return YES;}
推荐阅读
-
禁止切换页面如何实现?类似在线考试系统防作弊的_html/css_WEB-ITnose
-
ViewPager+Fragment+广播来实现一个滑动页面切换_html/css_WEB-ITnose
-
赞!超炫的页面切换动画效果【附源码下载】_html/css_WEB-ITnose
-
赞!超炫的页面切换动画效果【附源码下载】_html/css_WEB-ITnose
-
实战经验:快速构建H5单页面切换骨架_html/css_WEB-ITnose
-
ViewPager+Fragment+广播来实现一个滑动页面切换_html/css_WEB-ITnose
-
一个Swing程序,用来判断一个URL页面内包含的好链接和坏链接数目_html/css_WEB-ITnose
-
实战经验:快速构建H5单页面切换骨架_html/css_WEB-ITnose
-
页面CSS问题,刚进入正常,刷新出错。望指点,。_html/css_WEB-ITnose
-
activity切换动画和页面切换动画_html/css_WEB-ITnose