UINavigationBar
extension UINavigationBar
-
The enum for the version to be displayed in
See moreFUINoteFormCellorFUIKeyValueFormCell.Declaration
Swift
public enum FioriStyleVersion -
Apply Fiori Design Language styling attributes to
UINavigationBar.appearance()Declaration
Swift
@MainActor public static func applyFioriStyle(_ v: FioriStyleVersion = .v2)Parameters
vthe version of FioriStyleVersion; the default version is .v2
-
Remove the extended background color view.
An extended background color view was added when invoking
extendBackgroundColorToTop. Invoke this function to remove that view. There is no effect ifextendBackgroundColorToTopwas never invoked for thisUINavigationBar.Declaration
Swift
@MainActor public func removeExtendeBackgroundColorView()