diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-29 15:42:52 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-29 15:42:52 -1000 |
commit | dfe8b17d3030459f6b66cc1736b4e5823d876fb3 (patch) | |
tree | 4e650d05281c3864163e0ad95da1c2c9d9538f90 /CyteKit/ViewController.mm | |
parent | 83f16704a75ab41c2921c3d43ff92873ec183caf (diff) |
Use new iOS11 UI
Diffstat (limited to 'CyteKit/ViewController.mm')
-rw-r--r-- | CyteKit/ViewController.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm index 41e7ea9..72b7593 100644 --- a/CyteKit/ViewController.mm +++ b/CyteKit/ViewController.mm @@ -84,6 +84,7 @@ // Load on first appearance. We don't need to set the loaded flag here // because it is set for us the first time -reloadData is called. + self.navigationController.navigationBar.prefersLargeTitles = YES; if (![self hasLoaded]) [self reloadData]; } |