TransformStyleMode

@objc(FSTransformStyleMode)
public enum TransformStyleMode : UInt, CustomStringConvertible

Represents an image transform style type.

  • Artwork

    Declaration

    Swift

    case artwork
  • Photo

    Declaration

    Swift

    case photo

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }