Swift:关闭时出现UIAlertController

时间:2016-03-31 02:44:28

标签: swift closures uialertcontroller

我们试图从一个闭包中提出一个text/css但是得到错误"在闭包中隐式使用self,使用self。使捕获语义特定"。这里的正确语法究竟是什么?

enter image description here

1 个答案:

答案 0 :(得分:3)

在讨论块中对象的实例变量时,需要明确地引用“self”。

self.showViewController(...)