FrameLayoutMode

@objc
public enum FrameLayoutMode : Int

Each patch consists of four groups. There are two basic layouts. The first one places the top and bottom group above the full width of the image, and the left and right group in between. The second layout works the other way around. This enum determins, what groups will be placed ‘inside’.

  • Sets the horizontal groups inside.

    Declaration

    Swift

    case horizontalInside
  • Sets the vertical group inside.

    Declaration

    Swift

    case verticalInside