Animating only part of a UIView drawn context?
I am drawing some text and images to a view in the "DrawRect" method. I wish to understand :
- does my drawings are separated objects?
- i know how to animate UIViews but how do i reach one of them so i can animate his properties ? 开发者_开发百科
thanks
shani
O.k
if any one wants to know the answer. you can not animate drawn text or objects unless you draw it to CALayer.
精彩评论