您好,欢迎来到爱go旅游网。
搜索
您的当前位置:首页storyboard切换程序进入页面_html/css

storyboard切换程序进入页面_html/css

来源:爱go旅游网

- (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;}

Copyright © 2019- igat.cn 版权所有 赣ICP备2024042791号-1

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务