I have a UILabel which I set a font size and a font name with Interface Builder. Now I have to read the values of both in my ViewController.
How can I do this?
Pointsize value is not the Font Size of used in UIFont size property. Say if you go set interface builder font size to 14 and do a print of the pointSize you'll get only 11.