I have an UIView
that has several UITextField
s inside. I have registered selector for UIKeyboardDidShowNotification
. When I touch the field, the selector gets called and the keyboard is shown. If i than tap to next field selector is not called, which is what should happen.
Now if i do everything again, but attach simple inputAccessoryView
to field, something different happens. Whenever I touch the field selector is called, although keyboard is already shown.
Is this a bug by apple, or am I missing something?