I have a a book names shown in a table view. The table view cells has 2 lines cell.textLabel.numberOfLines = 2 Now I want to truncate the tail of the second line. Is this possible to achieve programmatically?
I have a a book names shown in a table view. The table view
Share
However, truncate tail is the default setting for UILabel objects.
For making this clear, please refer to the UILabel class reference