// #if os(iOS) // // import UIKit // // extension UINavigationController { // // Remove back button text // override open func viewWillLayoutSubviews() { // navigationBar.topItem?.backButtonDisplayMode = .minimal // } // } // // #endif