Pressing the dismiss keyboard button (in the lower right of the keyboard) is not calling method:
- (BOOL)textFieldShouldReturn:(UITextField *)textField
How can I handle this event and how do I differentiate it from other events (if it's handled by an aggregate event handler)?