Get the current first responder without using a private API

If your ultimate aim is just to resign the first responder, this should work: [self.view endEditing:YES]

Leave a Comment