Parameters

public struct Parameters: ImagePickerConfigurable

A struct with placeholders that ImagePickerConfigurable requires.

  • Returns a configuration instance with default parameters.

    Declaration

    Swift

    public init()
  • 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

    public 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

    public var doneBarButtonItem: UIBarButtonItem?