Sorry if this has been covered before but I can't find anything in the forums.
I want to create a set of information panels in a horizontal UIGrid, when the user swipes or presses the advance button the panel will move to the next item in the grid - not allowing for half panels to be visible.
Is there a built-in option to UIGrid to only show the entire item if its size is the same as the panel it sits in - or am I into creating a List<> of items and tweening the position of the panel OnClick?
Regards,
M