I am writing an iPad app and am very new to objective C. I am currently trying to use a popover as a menu within a view controller. I understand how to set the popup up and have a tableview in it for a user to select an item from. However, I am not sure how to then pass the information back to the container view which holds the popover. didSelectRowAtIndexPath
will be called within the UITableViewController
which is presumably inside the popover view controller. Can anyone point me in the right direction for how to get this information back to the container?
Thanks in advance!