I have a splitview Master/Detail application I am working on. I had added an additional view that pops up in a popover window from a UIButton on the MasterViewPopOver. Within that view I wish to access a UIWebView item I have on my DetailViewController view. How do I capture the action that calls the new popover from a UIButton and assigned a pointer for the DetailViewController so it can be accessed from the new UIView in the popover.
This was pretty easy when I was creating the instance of the view being shown, but now that I have this storyboard stuff, I am not sure where popovers that get created are stored. Is there an array or something?
This was pretty easy when I was creating the instance of the view being shown, but now that I have this storyboard stuff, I am not sure where popovers that get created are stored. Is there an array or something?