Recently, I have been programming for the iPhone, and now I'm heading to the iPad domain. The concept that I want to implement is based on navigation, similar to a time machine in the secondary school. In short, I have several views that can be panned and scaled like any regular view. However, the views are stacked on top of each other using the third dimension (in this case, depth). the user will navigate in any way, in this case, choosing a letter, after which the application will fly through the presentation until it reaches the presentation of the selected letter.
My question is: can anyone give a complete final code for how to do this? Just kidding. :) What I need is a push in the right direction, because I'm not sure how to start doing it, and whether it is possible using the available framework. Any advice is welcome
Thanks!
source share