diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-27 13:57:29 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 13:57:29 -1000 |
commit | ffa5648398d03c62ba5dee67f8e2e006fd7cc962 (patch) | |
tree | cdb01956adb97fdbe750deb0f0d976799c583bad | |
parent | 5b575f3209cc2538d8ef0fbd9051a9230c70804b (diff) |
Why would anybody have ever preferred large titles?
-rw-r--r-- | CyteKit/ViewController.mm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm index 7f2a53f..41e7ea9 100644 --- a/CyteKit/ViewController.mm +++ b/CyteKit/ViewController.mm @@ -84,10 +84,6 @@ // 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. -#ifdef __arm64__ - if (@available(iOS 11, *)) - self.navigationController.navigationBar.prefersLargeTitles = YES; -#endif if (![self hasLoaded]) [self reloadData]; } |