FrameBuildMode

@objc
public enum FrameBuildMode : Int

This enum is used during the builder to detmin the current phase.

  • Used to indicate the horizontal phase.

    Declaration

    Swift

    case horizontal
  • Used to indicate the vertical phase.

    Declaration

    Swift

    case vertical