Size

public enum Size : CaseIterable

Size is an enum that represents the possible sizes for the NatTag height. The default size is small.

These are all sizes allowed for a NatTag:

  • small
  • standard
  • Undocumented

    Declaration

    Swift

    case small
  • Undocumented

    Declaration

    Swift

    case standard