added support for multiple controllers

This commit is contained in:
Diego Waxemberg
2015-02-02 02:42:38 -05:00
parent 1313429f65
commit 93119f25a6
8 changed files with 237 additions and 165 deletions

View File

@@ -49,6 +49,7 @@
}
- (void) returnToMainFrame {
[_controllerSupport cleanup];
[self.navigationController popToRootViewControllerAnimated:YES];
}