omnivore/apple/OmnivoreKit/Sources/Views/UINavigationControllerExtension.swift

13 lines
253 B
Swift
Raw Permalink Normal View History

2023-09-11 12:54:10 +00:00
// #if os(iOS)
//
// import UIKit
//
// extension UINavigationController {
// // Remove back button text
// override open func viewWillLayoutSubviews() {
// navigationBar.topItem?.backButtonDisplayMode = .minimal
// }
// }
//
// #endif