FUIHierarchyIndicator
@MainActor
open class FUIHierarchyIndicator : FUITintableDrawingView<FUIHierarchyState>, FUITitleComponent
Hierarchy indicator is a stack view including a hierarchy icon and the specific item’s hierarchy title text view, which is used by FUIHierarchyItemTableViewCell and FUIHierarchyCollectionItem.
Theming
Supported class paths:
fdlFUIHierarchyIndicator_title {}
Supported TEXT properties:
font-color: Color; font-style: UIFontTextStyle; text-align: NSTextAlignment;
-
Title text property for showing hierarchy item’s child information.
Declaration
Swift
@MainActor public let title: FUIText -
A boolean value indicates if hierarchy indicator is configured in multi-line layout.
Declaration
Swift
@objc @MainActor dynamic open var isMultiline: Bool -
An optional closure function allows Developer to define custom behaviors once tapped.
Declaration
Swift
@MainActor open var didTapHandler: (() -> Void)?