Enumerations

The following enumerations are available globally.

  • An optional timing function defining the pacing of the animation.

    See more

    Declaration

    Swift

    public enum AnimationTimingFunc
  • An optional type of the animation.

    See more

    Declaration

    Swift

    public enum AnimationType
  • Undocumented

    See more

    Declaration

    Swift

    public enum AnimationValue
  • The element of animation that used to describe the animation properties you want to set.

    See more

    Declaration

    Swift

    public enum AnimationElement
  • The element of animation that used to describe the animation group properties you want to set.

    See more

    Declaration

    Swift

    public enum AnimationGroupElement
  • Undocumented

    See more

    Declaration

    Swift

    public enum ArgoKitNodeType
  • Undocumented

    See more

    Declaration

    Swift

    public enum ViewPosition
  • Layout direction specifies the direction in which children and text in a hierarchy should be laid out. Layout direction also effects what edge start and end refer to. By default Yoga lays out with LTR layout direction. In this mode start refers to left and end refers to right. When localizing your apps for markets with RTL languages you should customize this by either by passing a direction to the CalculateLayout call or by setting the direction on the root node.

    See more

    Declaration

    Swift

    public enum ArgoDirection
  • Undocumented

    See more

    Declaration

    Swift

    public enum ArgoFlexDirection
  • Undocumented

    See more

    Declaration

    Swift

    public enum ArgoJustify
  • Undocumented

    See more

    Declaration

    Swift

    public enum ArgoAlign
  • Undocumented

    See more

    Declaration

    Swift

    public enum ArgoPositionType
  • Undocumented

    See more

    Declaration

    Swift

    public enum ArgoWrapType
  • Undocumented

    See more

    Declaration

    Swift

    public enum ArgoEdge