I am new in iPhone development, so I want to know how can I push one view controller to another view controller using animations.
I have added a Next button. whenever I click that button I am pushing one view controller to another view controller.
Please help me.
How to push a view controller to another view controller
Ask by Anonymous User
Updated 18 Jan 2016
If you want to push one view to another view controller then you need to implement below code in action method of your Next button:
or in short you can use above code like this:
I hope above code is helpful for you.