PullToRefreshView
PullToRefreshView copied to clipboard
Issue with UIWebView
The latest version (5405a509) doesn't work with UIWebView. state never be set and pullToRefreshViewShouldRefresh never be triggered. Adding 'state = kPullToRefreshViewStateNormal;' in initWithScrollView makes this work with UIWebView.
iPhone 5.1 Simulator Xcode 4.3.1
I had the same issue, and this fix worked for me. I also had zman's ARC changes as well.