GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

attributed text is changing after dismissing the keyboard & i can't change the font at the beginning

Open Ahmad171717 opened this issue 4 years ago • 2 comments

Ahmad171717 avatar Jul 27 '19 10:07 Ahmad171717

Any thoughts here? I'm facing the same problem....

fcelarino avatar Jan 27 '20 19:01 fcelarino

Hey guys I found the issue...

At line 170 of GrowingTextView.swift if trimWhiteSpaceWhenEndEditing is called SetNeedsDisplay and only attribute text is considered by this component in all calculations but not attributedString. Everybody that used this component with attributedString has the problem :(

fcelarino avatar Jan 27 '20 19:01 fcelarino