How to group two CABasicAnimation animations and kick them off at the exact same time?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-05-23T18:19:39Z Indexed on 2010/05/23 20:51 UTC
Read the original article Hit count: 244

Filed under:
|

I know there is some kind of animation grouping mechanism in core animation. So lets say I have two CABasicAnimation firstAnimation and secondAnimation. How would I group these and how would I kick off the group to start animating?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-animation