What is the difference between using pushViewController to transition to another view than Segue?
Thanks
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.
PushViewController is used for adding a new view controller to a navigation controller stack. Segue is part of the new iOS 5.0 Storyboard system, where view controller transitions can be created and managed through Interface Builder. Here is a tutorial for storyboarding in iOS 5.0.