i have long horizontal uiscrollview , want make stop , bounce in special cases. there way without changing content lenght?
edit: don't want scroll position, want act if hit boundary somewhere.
you can enable scroll view bounce using:
//scroll instance of uiscrollview scroll.alwaysbouncevertical/horizontal = yes;
Comments
Post a Comment