isScrollable
A Boolean value indicating whether excess text scrolls past the cell’s bounds.
Declaration
var isScrollable: Bool { get set }Discussion
When the value of this property is true, text can be scrolled past the cell’s bound. When the value is false, the cell wraps its text.