MessageViewController icon indicating copy to clipboard operation
MessageViewController copied to clipboard

Should setting messageView.text trigger textDidChange delegate methods?

Open rnystrom opened this issue 5 years ago • 1 comments

It looks like this doesn't naturally trigger the UITextViewDelegate.textViewDidChange() method. Should we forward changed text to our custom text view listeners if the text is manually set?

From GitHawkApp/GitHawk#2158

rnystrom avatar Sep 22 '18 18:09 rnystrom

I think that would make sense.

Sent with GitHawk

BasThomas avatar Sep 22 '18 21:09 BasThomas