Thanks for you answer, my code here:
(void)viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:animated];
[self.textFeild resignFirstResponder];
}
And I hook UIResponder, find resignFirstResponder return YES, but key board is still there, and can't get the UIKeyboardWillHideNotification.
Topic:
Community
SubTopic:
Apple Developers
Tags: