Protocols

The following protocols are available globally.

  • The CameraCompatible protocol defines the required interface of a customized camera view controller to use in ImagePickerController.

    See more

    Declaration

    Swift

    public protocol CameraCompatible: class
  • The ImagePickerControllerDelegate protocol defines methods that interact with the image picker interface. The delegate is responsible for dismissing the picker when the operation completes.

    See more

    Declaration

    Swift

    public protocol ImagePickerControllerDelegate: UINavigationControllerDelegate