Instance Property インスタンスプロパティ

lineLimit

The maximum number of lines that text can occupy in a view. テキストがビューにおいて占有できる最大限の行数。

Declaration 宣言

var lineLimit: Int? { get set }

Discussion 議論

The maximum number of lines is 1 if the value is less than 1. If the value is nil, the text uses as many lines as required. The default is nil. 最大の行数は、1です、もし値が1より少ないならば。値がnilならば、テキストは要求されるだけ多くの行を使います。省略時にはnilです。

See Also 参照

Text Styles