I want to pop from childviewContoller
to parentviewController
in storyboard with out write any code in file with the help segue.
Thank You in Advance.
I want to pop from childviewContoller
to parentviewController
in storyboard with out write any code in file with the help segue.
Thank You in Advance.
I would suggest having a button on your child view (potentially in a nav bar or anywhere else on the page). I your storyboard, control drag from the button on the child view, to the parent view. In the pop up, choose your action segue (standard slide in slide out would be the Show segue).
If you choose present modally as your segue, then you can change the Transition on the left to not animate. This give the segue a blunt but removal feel for the child segue.
Hope this helped