ocadotechnology / codeforlife-ios

2 stars 0 forks source link

GameViewControllerDelegate Refactoring #39

Open mutantbutton2 opened 8 years ago

mutantbutton2 commented 8 years ago

Right now the GameViewControllerDelegate is shared by all the viewControllers or classes which requires a delegate to access functions with other controllers involved.

You may want to have different concrete delegates instead of one implementing all the protocol