开发者

Moving multiple UIImageViews simultaneously

开发者 https://www.devze.com 2023-01-20 18:28 出处:网络
simple question, I\'ve got a superview holding multiple sub UIIMageViews that I\'d like to move simultaneously.

simple question, I've got a superview holding multiple sub UIIMageViews that I'd like to move simultaneously.

I now about UIIView Animations but not how to launch multiples animation at a time. Any clue about that ?

example animations would be : growing, shrinking, alpha changes, moving along different (radom gen开发者_C百科erated) paths ...


Just wrap them up in the same UIView Animation block, and all the changes will take place simultaneously.

0

精彩评论

暂无评论...
验证码 换一张
取 消