Animation in quartz 2D
Posted
by coure06
on Stack Overflow
See other posts from Stack Overflow
or by coure06
Published on 2010-06-15T06:02:53Z
Indexed on
2010/06/15
9:02 UTC
Read the original article
Hit count: 317
I want to create an app which after each 1 second will show 4-5 words on screen but the last word will zoom out/in. I can easily create static words and for the last animating word i need to draw the static again n again. How can i create 2 separate layers so the static text is on one layer ( i will fill it after each second) and the last word (animated one) will be on other layer.
How to create 2 separate layers? Attached on same screen but handling their drawRect method separately?
© Stack Overflow or respective owner