diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-27 13:57:29 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:31:08 -1000 |
commit | d84dcba99f5c2657d2df37518feb59312bcc59fc (patch) | |
tree | 162f7bf90f0d7617a1c078db24e634cd3bcca09c /CyteKit | |
parent | a464458c5d13b418ebf0d77a8c25913f4a0e69e1 (diff) |
Why would anybody have ever preferred large titles?
Diffstat (limited to 'CyteKit')
-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]; } |