AssistantType

public enum AssistantType : Int

Indicates the type of an assistant node in a tree.

  • normal: The node is an assistant and its relative position is determined automatically by the layout.
  • left: The node is an assistant and it is always positioned to the left of its parent.
  • right: The node is an assistant and it is always positioned to the right of its parent.
  • Undocumented

    Declaration

    Swift

    case normal = 1
  • Undocumented

    Declaration

    Swift

    case left = 2
  • Undocumented

    Declaration

    Swift

    case right = 3