I'm using a UITableViewController for a menu in a game. The table view opens a a view controller for my custom UIView that shows the game. When the game finishes the UIView is notified (which is kinda ruining the MVC principals) and from there I am kinda lost.
Questions:
- Can a UIViewcommunicate with its controller? How?
- Can one controller talk to the one that started it? How?
- How do I transition between all of this complicated web of views and controllers gracefully?
 
     
     
    