Skip to content

Moved the pull to refresh to a separate subclass - #195

Open
ipodishima wants to merge 2 commits into
samvermette:masterfrom
ipodishima:master
Open

Moved the pull to refresh to a separate subclass#195
ipodishima wants to merge 2 commits into
samvermette:masterfrom
ipodishima:master

Conversation

@ipodishima

Copy link
Copy Markdown

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

shouze commented Apr 23, 2014

Copy link
Copy Markdown

👍

@LawrenceHan

Copy link
Copy Markdown

Hi I created a pull request in LawrenceHan#14

I will merge it after I tested it.

@LawrenceHan

Copy link
Copy Markdown

@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