在我的应用程序中,我使用故事板并直接以编程方式同时进行。 在视图上,我想使用以编程方式UIButton转到另一个视图 这是代码
func QuitView(sender:UIButton){
self.presentViewController(FirstViewController(), animated: true, completion: nil)
}
错误是:
线程1 exc_bad_instruction(code = exc_i386_invop subcode = 0x0)错误
答案 0 :(得分:0)
在黑暗中狂野拍摄,但看起来你正试图返回第一个视图控制器,所以self.dismissViewController(animated: true)