开发者

Simple way to create animations on iOS?

开发者 https://www.devze.com 2023-03-08 04:23 出处:网络
I need to create about 100 animations for an iOS app (UIKit). Is there a simple way to do so without hand-code Core Animation or using video files ( -> that way the app would be huuuge!)

I need to create about 100 animations for an iOS app (UIKit). Is there a simple way to do so without hand-code Core Animation or using video files ( -> that way the app would be huuuge!) I thought about some utility/tool for creating such scripts &开发者_JS百科 then exporting them to ObjC-code.. Something like adobe flex

Any ideas?


You can use a UIImageView and set the animationImages and animationDuration. Then call the method startAnimating.

Tutorial-Video: http://www.youtube.com/watch?v=wCsumlHiEc0

0

精彩评论

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