You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version (5405a50) 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
The text was updated successfully, but these errors were encountered:
The latest version (5405a50) 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
The text was updated successfully, but these errors were encountered: