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?
Swift:
var currentFontSize = button.titleLabel?.font.pointSize