摘要:
- (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
阅读(259)
评论(0)
推荐(0)

浙公网安备 33010602011771号