I have an application in storyboard and make the connections to second view controller
by push operation in the storyboard itself(without using coding).
Is there any way to pop to first view controller
without writing any code and using the storyboard?
Note:by using navigation controller
we will have back
button but if a button is created in the second view controller and when we tap on that button we should pop to first view controller.