Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: urban on August 01, 2014, 02:17:35 AM

Title: Align the UITables Children
Post by: urban on August 01, 2014, 02:17:35 AM
HI i have some labels that are children of the UItable object which i want to be center of the uitable's parent object(see picture) at the moment the choice labels pivot to the left.
The pivots on the choice labels should pivot in the center but i cant get this to happen.
Title: Re: Align the UITables Children
Post by: ArenMook on August 01, 2014, 09:04:43 PM
A table doesn't have a pivot to use. UIGrid component has a pivot you can set, but Table always extends toward the right and down. UIAnchor is also a legacy component and should not be used.

I thought about this for a minute then just decided to add a pivot point to the table as well -- you'll see it in the coming update.