Yalantis / PullToMakeSoup

Custom animated pull-to-refresh that can be easily added to UIScrollView
https://yalantis.com/
MIT License
1.92k stars 213 forks source link

Ambiguous use of 'init' #23

Closed Jasperav closed 6 years ago

Jasperav commented 7 years ago

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 6 years ago

Use this instead ! self.myTableView.addPullToRefresh(PullToMakeSoup(at: .top)) { }

bablu-joshi commented 6 years ago
    let refresher = PullToMakeSoup(at: .top)