1
NGUI 3 Support / Re: UITable.Reposition() problem
« on: May 29, 2014, 01:43:18 PM »
Nevermind it :p I found a solution already.
It seems like the reposition method takes in account the sizes of all object within the table.
What I did is give every element in the table a child, which is a transparent sprite with a fixed size.
This way, the padding between the objects remains.
It seems like the reposition method takes in account the sizes of all object within the table.
What I did is give every element in the table a child, which is a transparent sprite with a fixed size.
This way, the padding between the objects remains.
