ToolbarUIPickerViewDelegateProtocol

protocol ToolbarUIPickerViewDelegateProtocol : AnyObject

Delegate protocol for delegate classes to implement

  • Handler to implement for when user taps the Done button

    Declaration

    Swift

    func didTapDone()
  • Handler to implement for when the user taps the Cancel button

    Declaration

    Swift

    func didTapCancel()