0

Is it possible to know if the uiwebview has stopped scrolling? I checked the webview delegate but could not find a method.

rahul
  • 6,447
  • 3
  • 31
  • 42

1 Answers1

2

UIWebView has a scrollView property. UIScrollView gives delegate messages about scrolling.

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