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 stretched 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`