ImagePickerConfigurable

public protocol ImagePickerConfigurable

The ImagePickerConfigurable protocol defines the customizable properties of ImagePickerController.

  • A custom bar button item displayed on the left (or leading) edge of the navigation bar when the receiver is the top navigation item.

    Declaration

    Swift

    var cancelBarButtonItem: UIBarButtonItem?
  • A custom bar button item displayed on the right (or trailing) edge of the navigation bar when the receiver is the top navigation item.

    Declaration

    Swift

    var doneBarButtonItem: UIBarButtonItem?