Hi all,
I am working on a little demo iOS app. Until now, I have just been using a tabbed component to flick between 2 gui components that each take up almost the entire workspace when active. I would like to replace the tabbed component with something a bit more fitting for the platform . . .
In an ideal world:
- It would be nice to switch between them with a swipe gesture
- It would be nice to animate the transition
Can anyone suggest where I need to begin looking, or if there is some example juce code about that would allow me to do this.
Thanks!