FUIHierarchyViewHeader

@MainActor
open class FUIHierarchyViewHeader : UIView, FUIViewBorderDrawing

A header view sits at top of hierarchy view. Header label displays the title of the selected parent item in previous section. You can use left/right button to navigate back or forth in the hierarchy.

Theming

Supported class paths:

fdlFUIHierarchyViewHeader {}
fdlFUIHierarchyViewHeader_title {}
fdlFUIHierarchyViewHeader_leftButton {}
fdlFUIHierarchyViewHeader_rightButton {}

Please refer to FUIButton documentation for all supported attributes.

  • Title label in the header

    Declaration

    Swift

    @MainActor
    public let titleLabel: UILabel
  • Left button in the header

    Declaration

    Swift

    @MainActor
    public let leftButton: FUIButton
  • Right button in the header

    Declaration

    Swift

    @MainActor
    public let rightButton: FUIButton