我正在向UIRefreshControl
添加UITableViewController
,但我无法弄清楚addTarget:action:
语法。
let refreshControl = UIRefreshControl()
refreshControl.addTarget(self, action:[what goes here?], forControlEvents: UIControlEvents.ValueChanged)
self.refreshControl = refreshControl
我尝试搜索文档,但没有提出一个有效的例子。