PickerViewDelegate
@objc
public protocol PickerViewDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func singleColDidSelecte(_ selectedIndex: Int, selectedValue: String)
-
Undocumented
Declaration
Swift
func multipleColsDidSelecte(_ selectedIndexs: [Int], selectedValues: [String])
-
Undocumented
Declaration
Swift
func dateDidSelecte(_ selectedDate: Date)