From d84dcba99f5c2657d2df37518feb59312bcc59fc Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 27 May 2019 13:57:29 -1000 Subject: Why would anybody have ever preferred large titles? --- CyteKit/ViewController.mm | 4 ---- 1 file changed, 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]; } -- cgit v1.2.3