iOS. Apply another scroll animation when UIScrollView is scrolling -
i have uiscrollview verticall scroll , button doesn't belong scrollview , calls animated moving of scrollview aside (not scrolling).
if touch button , scrollview scrolling @ same time app waits when scrollview's animation finished , calls animation button.
how make these animations working simultaneously?
or maybe there ways stop scrollview animations except of checking subviews (because there lot of various scrollviews)?
solved calling animation directly without performselector:withobject:afterdelay: wouldn't work
Comments
Post a Comment