objective c - Execute method when IUScrollView finishes scrolling iPhone/iPad -
objective c - Execute method when IUScrollView finishes scrolling iPhone/iPad -
i have uiscrollview command , execute method when user finishes scrolling. alternative utilize touchesended delegate method called when uiscrollview finishes scrolling. if user scrollers fast , allow go it's finger scroller go on scroll , decelerate until no longer moves. when phone call method. how that?
you can utilize delegate
scrollviewdidenddecelerating:
iphone objective-c ipad uiscrollview
Comments
Post a Comment