TransformAspectMode

@objc(FSTransformAspectMode)
public enum TransformAspectMode : UInt, CustomStringConvertible

Represents an image transform aspect type.

  • Preserve

    Declaration

    Swift

    case preserve
  • Constrain

    Declaration

    Swift

    case constrain
  • Letterbox

    Declaration

    Swift

    case letterbox
  • pad

    Pad

    Declaration

    Swift

    case pad
  • Crop

    Declaration

    Swift

    case crop

CustomStringConvertible Conformance

  • Returns a String representation of self.

    Declaration

    Swift

    public var description: String { get }