Is it possible to know if a certain text is being completely shown in the textLabel of a UITableViewCell?
I mean: is it possible to find out if the ellipsis (dot dot dot) had to be shown because the text was to long to fit in the textLabel?
I am thinking of showing the accesoryDetailButton to let the user see the whole text if it didn't fit.