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

Moved the pull to refresh to a separate subclass #195

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ipodishima
Copy link

The idea behind is to be able to provide some subclass for the refresh view.
That way you can get rid of the old fashioned arrow while continuing to use this great implementation for pull to refresh

[self.tableView addPullToRefresh:[SVDemoPullToRefresh class] withActionHandler:^{
    [weakSelf insertRowAtTop];
}];

demo_sv

…rit and custom your own pull to refresh view
@shouze
Copy link

shouze commented Apr 23, 2014

👍

@LawrenceHan
Copy link

Hi I created a pull request in LawrenceHan#14

I will merge it after I tested it.

@LawrenceHan
Copy link

@ipodishima Hi, I have merged it.

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

Successfully merging this pull request may close these issues.

3 participants