quartz 2d multiple UIViews

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-06-02T07:20:19Z Indexed on 2010/06/02 7:23 UTC
Read the original article Hit count: 229

Filed under:
|
|

I want to create two UIViews in quartz 2D application.
First UIView for static text, it will redraw automatically after each one second.
Second UIView for animated text, it will be redrawn automatically after each .1 second.

How can i create multiple Views/Layers? Is there drawRect methods will be different?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk