illyabusigin / CYRTextView

CYRTextView is a UITextView subclass that implements a variety of features that are relevant to a syntax or code text view.
MIT License
535 stars 71 forks source link

Set all attributes at the same time otherwise old ones get lost #15

Closed mwhuss closed 10 years ago

mwhuss commented 10 years ago

After trying this with a custom font set I realized that calling -setAttributes:range: removes any existing attributes.