inloop / Styles

Styling iOS apps made easy
MIT License
18 stars 2 forks source link

TextStyle is not respected on UITextView #68

Closed VilemKurz closed 6 years ago

VilemKurz commented 6 years ago

If you set TextStyle to UITextView without appearance, it is overriden with storyboard values after you set a new text.

Also, vice versa, if you set attributed text first, and then TextStyle on UITextView, original attributed text attributes are lost.