Ambiguous use of 'init'
Jasperav opened this issue · 2 comments
Jasperav commented
let refresher = PullToMakeSoup() When I add this somewhere in my code, I get that error. Yes I included the import PullToMakeSoup and PullToRefresh. Also, tableView.endRefreshing() is saying: Missing argument for ' at'. How can I fix this?
bablu-joshi commented
Use this instead !
self.myTableView.addPullToRefresh(PullToMakeSoup(at: .top)) { }
bablu-joshi commented
let refresher = PullToMakeSoup(at: .top)