IconAnchor

public enum IconAnchor : String, Codable

Part of the icon placed closest to the anchor.

  • The center of the icon is placed closest to the anchor.

    Declaration

    Swift

    case center
  • The left side of the icon is placed closest to the anchor.

    Declaration

    Swift

    case left
  • The right side of the icon is placed closest to the anchor.

    Declaration

    Swift

    case right
  • top

    The top of the icon is placed closest to the anchor.

    Declaration

    Swift

    case top
  • The bottom of the icon is placed closest to the anchor.

    Declaration

    Swift

    case bottom
  • The top left corner of the icon is placed closest to the anchor.

    Declaration

    Swift

    case topLeft
  • The top right corner of the icon is placed closest to the anchor.

    Declaration

    Swift

    case topRight
  • The bottom left corner of the icon is placed closest to the anchor.

    Declaration

    Swift

    case bottomLeft
  • The bottom right corner of the icon is placed closest to the anchor.

    Declaration

    Swift

    case bottomRight