You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a way to loop animation (up & down) when there is no action by the user? So in the same time in a subview i need to animate position.y. How can I do that? Even when I use CABasicAnimation or UIView.animationWithDuration() inside other view it not take any effect.
The text was updated successfully, but these errors were encountered:
There is a way to loop animation (up & down) when there is no action by the user? So in the same time in a subview i need to animate position.y. How can I do that? Even when I use
CABasicAnimation
orUIView.animationWithDuration()
inside other view it not take any effect.The text was updated successfully, but these errors were encountered: