- (void)viewDidLoad {
[super viewDidLoad];
// 不能再viewDidLoad进行模态视图的弹出
//Warning: Attempt to present on whose view is not in the window hierarchy!
}
- (void)viewDidLoad {
[super viewDidLoad];
// 不能再viewDidLoad进行模态视图的弹出
//Warning: Attempt to present on whose view is not in the window hierarchy!
}