I am trying to set multiple image on different position this is my code anyone help me to set imageview on different position.
- (void)viewDidLoad { [su
You are adding subviews too late, you can't animate what is not on screen. Add them before you start animations on some position then animate to the target position.