UITextView style is being reset after setting text property

Sitting with this for hours, I found the bug.
If the property “Selectable” = NO it will reset the font and fontcolor when setText is used.

So turn Selectable ON and the bug is gone.

Leave a Comment