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
精彩评论