Is it possible to know if the uiwebview has stopped scrolling? I checked the webview delegate but could not find a method.
Asked
Active
Viewed 39 times
1 Answers
2
UIWebView has a scrollView
property. UIScrollView gives delegate messages about scrolling.

matt
- 515,959
- 87
- 875
- 1,141