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!
There is a workaround. Just double click on font file(in Finder) and install it in to system.