Closed comptonmc closed 8 years ago
Same than https://github.com/slackhq/SlackTextViewController/issues/349 This is now fixed in master. Will summit a patch version today 👊 On the mean time, target that commit.
You guys rock. Sorry I didn't see the prev bug fix. Thanks!
I currently use the - (void)textViewDidBeginEditing:(UITextView *)textView method to do some texting if someone is allowed to comment (i.e. are they anonymous or authenticated).
In 1.9 version the TextVewDelegate methods are no longer being called. I have tried directly setting the textInputBar.textView delegate myself and still no callbacks. Reverted back to 1.7 and it works as expected. However, given the private API issues I am embedding this in client code, I don't want to revert back.