FUIListPickerSectionHeaderButtonType
public enum FUIListPickerSectionHeaderButtonType
The action button type for the FUIListPickerHeaderView.
-
The action button is hidden.
Declaration
Swift
case none -
The action button title is localized “Select All”.
Declaration
Swift
case selectAll -
The action button title is localized “Deselect All”.
Declaration
Swift
case deselectAll