How can I call some code upon entering a UITextView (user taps to edit it) and leaving the view (user taps to leave it)?
Appreciate any help.
use the delegate and use:
- (void) textViewDidBeginEditing:(UITextView *) textView { // Your code here }