rahul
rahul

Reputation: 6487

IOS: knowing if the uiwebview has stopped scrolling

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

Answers (1)

matt
matt

Reputation: 534966

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

Upvotes: 2

Related Questions