UITextView a la fin de l'édition

Je voudrais NSLog quelque chose quand mon UITextView est terminé.

J'ai essayé

- (BOOL)textViewShouldEndEditing:(UITextView *)textView

et

- (void)textViewDidEndEditing:(UITextView *)textView

ni travaillé.

correctif:

myTextView.delegate = self;

OriginalL'auteur atomikpanda | 2012-10-17