summaryrefslogtreecommitdiff
path: root/CyteKit/ViewController.mm
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-09-29 15:42:52 -1000
committerSam Bingner <sam@bingner.com>2019-05-27 14:16:11 -1000
commit3916b31c1a7f80bad761770af4cf3002aa474d5e (patch)
treee5a97142ec121de9c5e73d99a3cc78f2176b5328 /CyteKit/ViewController.mm
parent2273c2d6719e3ba61fcb484b0ca88671ebde57d3 (diff)
Use new iOS11 UI
Diffstat (limited to 'CyteKit/ViewController.mm')
-rw-r--r--CyteKit/ViewController.mm1
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];
}