Swift UIFont IBInspectable – is it possible?
Question or problem in the Swift programming language: I have a UIView subclass. In this view I create instances of UIlabel. Now I want to set the font attributes for these labels in the Storyboard. Is it possible to make an IBInspectable for UIFont?
Continue Reading