0
我正在試圖做一隻蝴蝶拍動它的翅膀,並在核心動畫中隨機連續運動飛過屏幕?那將如何實施?在Iphone中使用核心動畫的蝴蝶飛行動畫
我正在試圖做一隻蝴蝶拍動它的翅膀,並在核心動畫中隨機連續運動飛過屏幕?那將如何實施?在Iphone中使用核心動畫的蝴蝶飛行動畫
看看在CAKeyframeAnimation文檔: http://developer.apple.com/library/IOs/#documentation/GraphicsImaging/Reference/CAKeyframeAnimation_class/Introduction/Introduction.html
和CAAnimationGroup:http://developer.apple.com/library/IOS/#documentation/GraphicsImaging/Reference/CAAnimationGroup_class/Introduction/Introduction.html
使用位置,並變換的keyPath,它不應該是很難做到這一點,後只是一個設計問題。