FUIListPickerHeaderView

@MainActor
public class FUIListPickerHeaderView : UITableViewHeaderFooterView

The section header view for the FUIListPickerTableViewController.

Theming

Supported style classes

fdlFUIListPickerHeaderView
fdlFUIListPickerHeaderView_titleLabel
  • The UILabel for the title.

    Declaration

    Swift

    @IBOutlet
    @MainActor
    public weak var titleLabel: UILabel!
  • The FUIButton for the action button.

    Declaration

    Swift

    @IBOutlet
    @MainActor
    public weak var actionButton: FUIButton!
  • Undocumented

    Declaration

    Swift

    @MainActor
    open class var reuseIdentifier: String { get }