Hi
I have couple objects in UITable, dynamically I'am adding couple new objects using NGUITools.AddChild and then making myuitable.Reposition(). It works fine but can you tell how to animate this ? I want to see how my objects are moving during Reposition.
Thank you in advance.
Now I know exactly what I need, TweenScale has this : Update Table for TweenPosition.
Or maybe is there a better way to animate reposition?