SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

Moved the pull to refresh to a separate subclass

Open ipodishima opened this issue 10 years ago • 3 comments

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

ipodishima avatar Apr 23 '14 14:04 ipodishima

:+1:

shouze avatar Apr 23 '14 15:04 shouze

Hi I created a pull request in https://github.com/LawrenceHan/SVPullToRefresh/pull/14

I will merge it after I tested it.

LawrenceHan avatar May 13 '16 03:05 LawrenceHan

@ipodishima Hi, I have merged it.

LawrenceHan avatar May 13 '16 05:05 LawrenceHan