FrameTileMode

@objc public enum FrameTileMode: Int

This enum is used to set the the tiling mode to strech or repeat.

  • When this mode is set, the tile is stretech to fit its rect.

    Declaration

    Swift

    case stretch
  • When this mode is set, the tile is repeated to fit its rect.

    Declaration

    Swift

    case `repeat`