PullToRefreshView icon indicating copy to clipboard operation
PullToRefreshView copied to clipboard

Issue with UIWebView

Open tomoyuki28jp opened this issue 13 years ago • 1 comments

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

tomoyuki28jp avatar Mar 18 '12 05:03 tomoyuki28jp

I had the same issue, and this fix worked for me. I also had zman's ARC changes as well.

jznadams avatar May 18 '12 23:05 jznadams