When I create a story board in Xcode 4.2, it seems that it assigns a view transition. What do I do to get access to the code so I can change the transition (e.g. slide right, slide left, fade, etc).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to go to storyboard, then click on the connection between your view controllers, then go to the connection tab on the right pane, you’ll see identifier, style, transition. change the transition to any of the four. that should do it without programing. if you need to hard code it let me know and i’ll drop the code snippet by. 🙂