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