Open LinusGeffarth opened 4 years ago
Is it currently possible to define global styles for all text fields? To be specific, I want to set the titleFont for all the text fields that I already have – which are mostly initialized through the storyboard anyway.
titleFont
Thanks!
@LinusGeffarth Create subclass of textfield and add this subclass as class of your textfield in the storyboard. Set your global style on subclass.
Is it currently possible to define global styles for all text fields?
To be specific, I want to set the
titleFont
for all the text fields that I already have – which are mostly initialized through the storyboard anyway.Thanks!