错误如下:
* 断言失败 - [UIWindowController过渡:fromViewController:toViewController:target:didEndSelector:],/ SourceCache / UIKit_Sim / UIKit-1912.3 /UIWindowController.m:188
当我点击一个按钮时,它会从以下功能触发我的第一个presentModalViewController
:
-(void)go{
//this second presenting viewcontroller
SinaWeiBoViewController *sinaviewController = [self.storyboard instantiateViewControllerWithIdentifier:@"sinaweibo"];
[self presentModalViewController:sinaviewController animated:YES];
}
当此函数运行时,将显示第二个视图并发生崩溃。演示代码可下载here。
答案 0 :(得分:0)
我也得到这个错误。
中的案例self
值。尝试在这里设置另一个UIViewController类