Reputation: 6487
Is it possible to know if the uiwebview has stopped scrolling? I checked the webview delegate but could not find a method.
Upvotes: 0
Views: 42
Reputation: 534966
UIWebView has a scrollView
property. UIScrollView gives delegate messages about scrolling.
Upvotes: 2