Customizing the style of iOS navigation controllers with UINavigationBarAppearance
Customizing a UINavigationBar’s appearance within a UINavigationController has always been a bit of a pain in iOS. In iOS 13, Apple introduced the UINavigationBarAppearance class, which provides so...