DataPickerColumn

public struct DataPickerColumn

DataPickerColumn presents a column in the DataPicker.

Author

Adamas

Version

1.5.0

Date

15/08/2019
  • Initialize the column.

    Declaration

    Swift

    public init(items: [DataPickerItem],
                title: String = .empty)

    Parameters

    title

    The title of the column. Empty is the default value.

    items

    The column items.