Where can I find a list of pushViewController transitions?

Posted by barfoon on Stack Overflow See other posts from Stack Overflow or by barfoon
Published on 2010-03-18T16:34:21Z Indexed on 2010/03/18 17:11 UTC
Read the original article Hit count: 331

Hey everyone,

Where can I find a list of transitions for bringing a new Viewcontroller onto the stack.

My line of code is:

[peoplePicker pushViewController:myDetail transition:6];

after selecting a contact. Where can I find a list of transitions, and why does "6" work correctly? Also I get a warning with this code saying it may not respond to transition, even though it produces the transition correctly. What is the proper way to do these animations?

Thanks,

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk-3.0