UILabel fontSize after truncation
Could anyone tell me how to access the font size of the UILabel after I set text which makes it resize the font?
I need it as I am going to populate the Table view with different labels that are also localizable, so I don't know in advance the size of the longest label, so I need a flexible design.
|