GiselleSerate / suitelife

2017 Harvey Mudd Summer Startup Project: iOS App.
https://suite-life.org/
0 stars 0 forks source link

Reimplement SettingsTableViewController to properly use its NavigationController and transitions #42

Open cole-k opened 7 years ago

cole-k commented 7 years ago

Right now we're doing the hacky method of calling self.present on another navigation controller containing the view controller we want to present. There must be a way to present normally and remove the tab bar on the bottom (probably present modally).

cole-k commented 7 years ago

Make the settings button point to a new view controller and navigation controller completely to escape the tab bar controller.