I have a UITableViewController embedded in a Container View. The UITableViewController has a delegate method I would like to access in the main view controller.
I am able to assign the view in the container to a property in the main view - however I cannot access the viewcontroller that is embedded and set it's delegate.
How can i do this? I can post code if required... Not sure what i can post that is useful!!!