Hi,
Is there a way to retrieve the list of children of a UITable ? I mean, I could just do a loop on the children of the Transform, but I want them in the same order as sorted by the UITable.
When I do : for (int i = 0; i < friendTable.GetChildCount(); i++)
I retrieve Friend 01, Friend 06, Friend 05 etc...
Thanks.