Search code examples
iphonenotificationsuitextfielduikeyboardfirst-responder

Is there a NSNotification for objects that become first resoponder?


Is there a NSNotification for objects that become first responder. Like NSNotification that give me the UITextfield that cause the keyboard to pop up?


Solution

  • Check UITextFieldTextDidBeginEditingNotification, the textField that started editing is in notification's object property.

    There're also UIKeyboardWillShowNotification and UIKeyboardDidShowNotification notifications