I\'m trying to create a CAKeyframeAnimation with a little twist.I want part of the keyframe animation to loop for a while before going straight to the end.For example:
For example I have this CAKeyFrameAnimation: CALayer* theLayer = myView.layer; CAKeyframeAnimation* animation;
I try to do a CAKeyFrameAnimation for rotating an layer: CALayer* theLayer = myView.layer; CAKeyframeAnimation* animation;
This\' my code in which I\'m t开发者_运维百科rying to change the size of my imageView. If you can point out any error, I\'ll be really grateful..
I want to create an animation with several key frames. I want my Layer (a button in this case) to scale up to 1.5 then down to 0.5 then up to 1.2 then down to 0.8 then 1.0.