I am trying to get UITextField that on which the observer UIKeyboardDidShowNotification is being called.
My Observer is in appdelegate and I have several UIViewControllers that have several UITextFields in them, in short I don't know current First Responder.
How can I get the first responder inside my Method that is fired upon the keyboard notification UIKeyboardDidShowNotification?