Files
omnivore/apple/OmnivoreKit/Sources/Views/UINavigationControllerExtension.swift
Jackson Harper dcdb01171c Handle grid cards
2023-09-11 20:54:10 +08:00

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