objective c - How to detect that UIScrollView is scrolling or that is is dragging -


i need know on continuous basis when uiscrollview scrolling or dragging.

implement these 2 delegate methods..

- (void)scrollviewdidscroll:(uiscrollview *)sender{   //executes when scroll scrollview }  - (void)scrollviewwillbegindragging:(uiscrollview *)scrollview {  // execute when drag scrollview } 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -