Configuration

  • Options for configuring snapping behavior.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKSnappingOptions)
    open class SnappingOptions : NSObject
  • A Theme defines the overall color scheme of all UI elements of the SDK and allows for convenient customization at a single place. The defined colors are applied to most UI elements via UIAppearance proxies during the initialization of a CameraViewController or a PhotoEditViewController. Additionally, these colors and other properties of UI elements can be customized and overriden by modifying its properties directly, by using the configuration closures defined by a Configuration, or by using custom calls to UIAppearance proxies after a CameraViewController or a PhotoEditViewController has been initialized.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    public struct Theme