GitHawkApp / MessageViewController

A SlackTextViewController replacement written in Swift for the iPhone X.

Home Page:http://githawk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should setting messageView.text trigger textDidChange delegate methods?

rnystrom opened this issue · 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

I think that would make sense.

Sent with GitHawk