I have two view controllers in my storyboard and I need to push from view 1 to view 2.
I need to do this without connecting a segue directly from a button in my storyboard, I need to do it programatically.
How can I?
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.
When you click the button call:
You will need to create the segue in the storyboard but you can do it from view controller to view controller instead of button to viewcontroller.