Hi,
I'm still using NGUI 2.x (legacy reasons) -- I'm trying to make my app adjust the layout for iPad portrait & landscape.
I've designed & created all my UI with the portrait display as default, and everything works as I want. When the iPad is flipped to landscape, my plan is to take my UI panels and reposition them to the right of the game area (I take the gameplay camera and adjust it so it's on the left of the screen).
How do I tell an NGUI panel that it's limited in width -- right now they fill the screen.
Thanks,
FC.