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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -