I'm using the UITableViewCellStyleValue1 for my table cell style. That's the one that puts the textLabel on the left, left aligned, and the detailTextLabel on the right, right aligned.
Some of the data I'm passing to the cell, at times, is to long for the label and I get the the truncated look with the ... at the end.
I think it would look better if it would just lower the point size of the font to make it fit.
Is there a way to do this automaticly or would I have to manualing check the length and modifying the cells?