开发者

Simple way to create animations on iOS?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜