VKHorizontalPickerDelegate
@objc
public protocol VKHorizontalPickerDelegate : UIScrollViewDelegate
Protocols to specify the attitude when user selected an item, and customize the appearance of labels.
-
Declaration
Swift
@objc optional func pickerView(_ pickerView: VKHorizontalPicker, didSelectItem item: Int) -
Declaration
Swift
@objc optional func pickerView(_ pickerView: VKHorizontalPicker, marginForItem item: Int) -> CGSize -
Declaration
Swift
@objc optional func pickerView(_ pickerView: VKHorizontalPicker, configureLabel label: UILabel, forItem item: Int)
VKHorizontalPickerDelegate Protocol Reference