Hi,
I have a UITable which has another UITable as children.
When i reposition the parent UITable (after repositionning the child UITable), the looks of the result is like if the child UITable's width was 0, and the child UITable will not be properly centered.
If I replace the child UITable with a UIGrid, the result seems correct.
Could you please let me know if there is a way to correct this behavior?
Also, is there any guarantee that the children will be updated before the parents in NGUI?
Thanks in advance.