PullToRefreshView
PullToRefreshView copied to clipboard
dead simple pull to refresh. you probably shouldn't use this.
When I use this with UIWebView, statusLabel is not showing. Adding following code in initWithScrollView fix this issue. statusLabel.frame = CGRectMake(0.0f, frame.size.height - 50.0f, self.frame.size.width, 20.0f); version: 5405a509 iPhone 5.1...
Call setStatusLabelText: inside of your pullToRefreshViewShouldRefresh to change the 'Loading...' text.
I tried to add this to my tableview. I can see the arrow on top of the tableview, but the arrow isn't rotating or anything. I think it isn't recognizing...