From: Patrick G. <pge...@wa...> - 2008-05-30 18:06:25
|
> But I have a custom view which does a lot of drawing and I want to > animate that together with the other views. Basically the only thing I > want it to do is move the origin, but it just completely moves at once > instead of animating it.... Just tried it … moving with setFrameOrigin moves instantly, moving with setFrame animates. Which function are you moving your view with ? |