Quote:
Originally Posted by mercury841
Hi
how can i switch to another window/view into iphone sdk. for example for a info page?
i created an info button but how can i redirect to the info page with a roll transition?
|
The easy way of doing this is to use the "built-in" animations / view transitions. This is for example demonstrated by the "Utility Application" template (example) in XCode, which you get access to when you choose "File/New project" from the menu in XCode.
I recently wrote an analysis of that template on my
blog which you can check out if you have trouble understanding the template.
If you want to do non-standard view transitions, you're in for a lot of work as far as I know, but I'm no expert.