【发布时间】:2015-06-19 21:50:35
【问题描述】:
在我的 swift 应用程序中,我试图让按钮点击切换视图控制器。这是我正在使用的代码:
presentViewController(pythTheoremViewController.self, animated: true, completion: nil)
这会返回错误“无法使用参数列表类型调用'presentViewController')pythTheoremViewController.Type,动画:Bool,完成:nil)
这是什么意思,我该如何解决?
【问题讨论】: