Hello,
We are using the UIDraggablePanel class along with UIGrid and UICenterOnChild for a horizontal list of photos.
What I am needing to do is find out the current index of the list, and also be able to set the current index of the list since the photos are split into categories (e.g. the first 4 are category 1, the next 3 are category 2 etc.). There are category buttons on the screen (similar to a toggle button group), and these need to take you to the index of the first photo of that category. Also, if you drag the panel around, it should automatically switch the category based on which photo is centered.
Do you know of a simple way to achieve this?