标签: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;
标签:logs oar log window hid boa 跳转 bsp src
原文地址:http://www.cnblogs.com/hualuoshuijia/p/6801176.html