摘要: - (void)showStoryboard{ // 实例化MainStoryboard UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; // 在主线程上更新Storyboard dispatch_async(dispatch_get_main_queue(), ^{ self.window.rootViewController = storyboard.instantiateInitialViewController;... 阅读全文
posted @ 2014-03-05 10:02 TianXiang.Liu 阅读(257) 评论(0) 推荐(0) 编辑