UINavigationBar

extension UINavigationBar
  • The enum for the version to be displayed in FUINoteFormCell or FUIKeyValueFormCell.

    See more

    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

    v

    the 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 if extendBackgroundColorToTop was never invoked for this UINavigationBar.

    Declaration

    Swift

    @MainActor
    public func removeExtendeBackgroundColorView()