objective c - How to implement efficient UI updates while scrolling UIScrollView on iOS -


i'm looking way update ui elements while uiscrollview scrolled. there function - (void)scrollviewdidscroll:(uiscrollview *)scrollview called multiple times per second , method - (void)scrollviewdidenddecelerating:(uiscrollview *)scrollviewwhich called @ end of scrolling (when there flick).

i have feeling doing updates in scrollviewdidscroll inefficient , scrolling not smooth anymore. recommended way this?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

Redirect to a HTTPS version using .htaccess -

Unlimited choices in BASH case statement -