tags:

views:

17

answers:

1

When I am tapping on a textfield, keyboad is popping up and I am getting UIKeyboardWillShowNotification for this textfield from the system. Now if I directly tap on the textview I get UIKeyboardWillHideNotification for TextField but I am not getting UIKeyboardWillShowNotification for my textview. The reverse is also true. Individually they work fine but cross switching is behaving strange.
Any clue?

A: 

Alex's observation is right.

Abhinav