Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous use of 'init' #23

Closed
Jasperav opened this issue Mar 9, 2017 · 2 comments
Closed

Ambiguous use of 'init' #23

Jasperav opened this issue Mar 9, 2017 · 2 comments

Comments

@Jasperav
Copy link

Jasperav commented Mar 9, 2017

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
Copy link

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

@bablu-joshi
Copy link

    let refresher = PullToMakeSoup(at: .top)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants