Quote:
Originally Posted by Fogmeister
Hi
Once I've done this I'm hoping to be able to use this menu for a couple of different versions for the same company.
Thanks
Oliver
|
I did something like that once. But decided it wasn't very pratical.
I implemented the rotating carousel in jsquery in a uiwebview, and then used custom url protocols to call the methods on the view controller the uiwebview was in. The effect is very fast and efficient.
Another way, although it may be difficult with 5 views, is to use a flip transition, search on google for flipsideviewController, you should find quite a few examples, you are essentially setting up a navigation view array that you are going to page through with transitons. This may be a bit slower than the above but doesn't resort to javascript.
Finially you could possible create the animation using the open gl template, but it will take some time to get that to work.