Question: I have a UIView with a UILabel for which, I’d like allow the user to dynamically change the font size. The code below almost works, but the problem is that after the new UIFont is assigned to the label, ...