Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Check for textView equality in UITextViewDelegate methods in JSQMessagesViewController #361

Closed
virl opened this issue Jun 18, 2014 · 0 comments

Comments

@virl
Copy link

virl commented Jun 18, 2014

Because JSQMessagesViewController can be subclassed, I think we need to check for textView equality in following methods' implementations:

- (void)textViewDidBeginEditing:(UITextView *)textView
- (void)textViewDidChange:(UITextView *)textView
- (void)textViewDidEndEditing:(UITextView *)textView

So when subclassed vc overrides them and implements additional UITextFields, it can just call super.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants