Category: iOS
-
iOS: Update UINavigationBar Title on Scroll
Apple introduced large navigation bar titles in iOS 11 with the prefersLargeTitles property. When this property is set true then the screens navigation title will be displayed prominently and on scrolling will reduce to a compact display. The “prefers” in the property name means on smaller devices the large title will be pre-scrolled and not…