Protocols

The following protocols are available globally.

  • Protocol describing the structure of a PickerViewDataSource.

    See more

    Declaration

    Swift

    public protocol PickerViewDataSourceProtocol : AnyObject, UIPickerViewDataSource
  • Protocol specifying the methods of a PickerViewDelegate.

    See more

    Declaration

    Swift

    public protocol PickerViewDelegateProtocol : AnyObject, UIPickerViewDelegate