I want to place imageview at different position with animation

后端 未结 1 1018
春和景丽
春和景丽 2021-01-26 07:20

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         


        
1条回答
  •  太阳男子
    2021-01-26 08:10

    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.

    0 讨论(0)
提交回复
热议问题