samvermette / SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
http://samvermette.com/314
MIT License
4.82k stars 1.09k forks source link

How to custom subtitle to update dateLabel? #215

Open purplepeng opened 10 years ago

purplepeng commented 10 years ago

In this repo, i found "- (void)setLastUpdatedDate:(NSDate )newLastUpdatedDate; - (void)setDateFormatter:(NSDateFormatter )newDateFormatter; " were deprecated; use setSubtitle:forState: instead. but how to update date when the pullToRefreshView is loading?