Models

  • An AdjustmentModel holds information about the adjustments that should be applied to an image.

    See more

    Declaration

    Swift

    public struct AdjustmentModel : Equatable
  • A BrushSpriteModel holds information about a brush that should be added to an image.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    public struct BrushSpriteModel : SpriteModel, Equatable
  • The CropAspect class is used to specify the available crop aspect ratios for the TransformToolController.

    See more

    Declaration

    Swift

    @objcMembers
    @objc(PESDKCropAspect)
    open class CropAspect : NSObject
  • An EffectFilterModel holds information about the effect that should be applied to an image.

    See more

    Declaration

    Swift

    public struct EffectFilterModel : Equatable
  • A FocusModel holds information about the focus that should be applied to an image.

    See more

    Declaration

    Swift

    public struct FocusModel : Equatable
  • A FrameSpriteModel holds information about a frame that should be added to an image.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    public struct FrameSpriteModel : SpriteModel, Equatable
  • An OverlayModel holds information about the overlay that should be applied to an image.

    See more

    Declaration

    Swift

    public struct OverlayModel : Equatable
  • A StickerSpriteModel holds information about a sticker that should be added to an image.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    public struct StickerSpriteModel : SpriteModel, Equatable
  • A TextDesignSpriteModel holds information about a text design that should be added to an image.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    public struct TextDesignSpriteModel : SpriteModel, Equatable
  • A TextSpriteModel holds information about a text that should be added to an image.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    public struct TextSpriteModel : SpriteModel, Equatable
  • A ToolbarItem hosts views which are displayed in the toolbar of a ToolbarController. If the toolbar controller is embedded into an UINavigationController, those views are added to the navigation controller’s navigation bar.

    See more

    Declaration

    Swift

    @objcMembers
    @objc(PESDKToolbarItem)
    open class ToolbarItem : NSObject
  • A TransformModel holds information about the transform that should be applied to an image.

    See more

    Declaration

    Swift

    public struct TransformModel : Equatable