I have a UITextView with some text that came from a .rtf (pasted directly onto Xcode)
The context contain only one custom font (Futura Book BT 11.0)
If I set the "text(attributed)" property to "plain"= The custom font appear properly from the storyboard and from the app
If I set the "text" property to "attributed"=. The custom font appear properly from the storyboard BUT not from the app.
As my goal was to have a text with multiple font working, how to have the attributed property to work with custom fonts? (Swift)
Thanks!
What I do:
This applies both a new font color as well as the font itself. I have a certain UILabel that is has to be able to contain different fonts. It can either be a Title or a subtitle. Hence I had to apply the font when I had determined what the Label is going to contain.