I’m working on an iPhone app and am attempting to do something very similar to how the iPhone handles the general launcher windows (flicking left or right to move the screen.) I’m thinking of using a Scroll View for this, but had a few questions.
Is it possible to use a flick motion in the view instead of the scrollbars, and is it possible to get rid of said scrollbars? Alternatively, is there another function already provided to do what I’m looking for? A key element I need is exact placement of items within the view, which as far as I know, rules out using GUILayout.
I appreciate any suggestions.