Contents

lineBreakMode

The mode for wrapping and truncating text in the cell.

Declaration

@property (nonatomic) NSLineBreakMode lineBreakMode;

Discussion

For further information, see the UILineBreakMode constants described in NSString UIKit Additions Reference. The default value is UILineBreakModeTailTruncation.

See Also

Deprecated