A way to dismiss a modal view controller is to link the button to an IBAction
like this:
1 2 3 |
|
But it does not work in storyboard anymore.
This is the solution:
1 2 3 |
|
A way to dismiss a modal view controller is to link the button to an IBAction
like this:
1 2 3 |
|
But it does not work in storyboard anymore.
This is the solution:
1 2 3 |
|