summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-05-27 13:57:29 -1000
committerSam Bingner <sam@bingner.com>2019-05-27 14:31:08 -1000
commitd84dcba99f5c2657d2df37518feb59312bcc59fc (patch)
tree162f7bf90f0d7617a1c078db24e634cd3bcca09c
parenta464458c5d13b418ebf0d77a8c25913f4a0e69e1 (diff)
Why would anybody have ever preferred large titles?
-rw-r--r--CyteKit/ViewController.mm4
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];
}