I want to be able to toggle the bold on/off for a UILabel, all previous questions in this area use UIFont boldSystemFontOfSize:.
But as the UILabel is an IBOutlet the font size is already set in the xib, is there no way of setting the boldness independently from the from size?
You can set the
UILabel‘sfontproperty to be a bold font programatically whenever you want, assuming you have it connected to an IBOutlet like you said.