I am trying to add one UIView with a transition style zoom animation like this:
^
|
<---.--->
|
v
The view start with a little frame (centerParent.x, centerParent.y,20, 20) and then change to (centerParent.x, centerParent.y,300, 300).
But when I change the frame I have to change it since the postion (0.0) of the view, not for it's center point. Does anyone know how to do it?
Thanks