DataPickerItem
public struct DataPickerItem
DataPickerItem presents an item in the DataPicker.
Version
1.5.0Date
15/08/2019-
Initialize a item.
Declaration
Swift
public init(name: String? = nil, value: String)Parameters
nameThe name of the item. If it is nil, the value will be set as name instead.
valueThe value of the item.
DataPickerItem Structure Reference