we have this function:
CGSize size = [cell.textLabel.text sizeWithFont:cell.textLabel.font constrainedToSize:CGSizeMake(cellWidth, FLT_MAX)];
Can we use it inverted?
I want to see text, which can be in this size with my font.
Have you any ideas?
I’ve found great solution: