TruncatingPosition

public enum TruncatingPosition

Defines where to truncate a string

  • Start with three dots

    Declaration

    Swift

    case lead
  • Insert three dots in the middle of the string

    Declaration

    Swift

    case middle
  • End with three dots

    Declaration

    Swift

    case tail