-
Notifications
You must be signed in to change notification settings - Fork 149
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
Pull down to refresh. #8
Comments
And it will be perfect if |
A standard self.refreshContol = [[UIRefreshControl alloc] init];
[self.refreshControl addTarget:self action:@selector(yourAction:) forControlEvents:UIControlEventValueChanged]; |
@davidganster refreshContol can only be used in subclass of UITableViewController. It is not a UIScrolView feature. Both UITableView and UICollectionView need this feature. |
Sorry - you are correct of course. I was getting hung up on |
@davidganster Never mind. |
It's a little bit outside of scope of this library, but since we already hacked UIScrollView it should be pretty trivial to add pull to refresh. I wonder if UIRefreshControl can be used without table view controller. I think it worked fine with collection views this way, but I am not sure about pure scroll view. |
I'd like to have this inverted trigger too. |
@lgcassab I've been thinking about pull up to load more too. |
@pronebird pull up to load more +1 |
please, implement this feature +1 |
Use |
@dartkinselok it needs to pull way down to refresh, not just a little |
Any chance to see this implemented ? |
I think this is a quite great feature if implemented.
The text was updated successfully, but these errors were encountered: