I’m using storyboard in my ipad application and successfully able to do transitions, use segues etc.
Currently I am showing pop over view controller on click of a button. I want to detect when the pop over dismisses.
How can I do it?
I’m using storyboard in my ipad application and successfully able to do transitions, use
Share
Create a segue in view controller:
In XIB, create an identifier called “popover” for the view.
In Interface, write the following code:
Write the following code to dismiss the pop over by coding: