I want to know how to call a method in the event that a user has stopped scrolling on a page inside UIWebview.
Does anyone know how to do this?
I want to know how to call a method in the event that a user has stopped scrolling on a page inside UIWebview.
Does anyone know how to do this?
UIScrollView
has also a subView of theUIWebView
:So you can fire at the delegate of UIScrollView's :
Check the Doc