TruncationPlace
public enum TruncationPlace : Int
Specifies the text truncation place.
-
Text is truncated at the start of the line.
Declaration
Swift
case start = 0
-
Text is truncated at the middle of the line.
Declaration
Swift
case middle = 1
-
Text is truncated at the end of the line.
Declaration
Swift
case end = 2