views:

39

answers:

0

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?