PaddingFill

public enum PaddingFill : Int, CustomStringConvertible

Padding fill mode when scale type is ‘ScaleType.fit’.

  • Padding is filled with default color.

    Declaration

    Swift

    case none
  • Background is filled with a blurred image scaled and cropped to fit the content view.

    Declaration

    Swift

    case blur_crop
  • Background filled with an extended and blurred image.

    Declaration

    Swift

    case blur_extend
  • Debug description.

    Declaration

    Swift

    public var description: String { get }