wraps
A Boolean value indicating whether the cell wraps text whose length that exceeds the cell’s frame.
Declaration
var wraps: Bool { get set }Discussion
When the value of this property is true, the cell wraps text and makes the cell non-scrollable. If the text of the cell is an attributed string value, you must explicitly set the paragraph style line break mode. Setting the value of this property to true is equivalent to setting the lineBreakMode property to NSLineBreakMode.byWordWrapping.