I give up and need some help.
I am trying to implement a simple picker popover in xcode4 using the story board
I have created a storyboard and added a view which is a picker. I have linked a button to the view, and the view with the picker is displayed. The picker popover appears and I can select the value I want. When I dismiss the popover, I get no event. previously the method "popoverControllerDidDismissPopover" was called in the calling view. From here I could perform any post popover operations and retrieve any specific resultsI had calculated on the basis of the picker selection. This was all working previously.
What is the equivalent of the "popoverControllerDidDismissPopover" when using storyboards
Thanks