case head
Truncate at the beginning of the line.
行の冒頭で切り詰めます。
case middle
Truncate in the middle of the line.
行の真ん中で切り詰めます。
case tail
Truncate at the end of the line.
行の末尾で切り詰めます。
Availability 有効性
Technology
enum TruncationMode
When a text view contains more text than it’s able to display, the view might truncate the text and place an ellipsis (…) at the truncation point. Use the truncation
modifier with one of the Truncation
values to indicate which part of the text to truncate, either at the beginning, in the middle, or at the end.
case head
case middle
case tail
static func == (Text.TruncationMode , Text.TruncationMode ) -> Bool
static func != (Self, Self) -> Bool
func hash(into: inout Hasher)
var hashValue : Int
enum TextAlignment