Swift中选择器参数的语法是什么?

时间:2014-06-08 16:34:19

标签: ios swift

我正在向UIRefreshControl添加UITableViewController,但我无法弄清楚addTarget:action:语法。

    let refreshControl = UIRefreshControl()
    refreshControl.addTarget(self, action:[what goes here?], forControlEvents: UIControlEvents.ValueChanged)

    self.refreshControl = refreshControl

我尝试搜索文档,但没有提出一个有效的例子。

0 个答案:

没有答案