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.
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.