0

Is there any event or method to detect that I pressed the ipad's default hide keyboard button?

enter image description here

southpark
  • 541
  • 2
  • 5
  • 19

1 Answers1

1

You can use these notifications:

UIKeyboardWillHideNotification - Posted immediately prior to the dismissal of the keyboard.

UIKeyboardDidHideNotification - Posted immediately after the dismissal of the keyboard.

Source: Managing the Keyboard

Adam
  • 26,549
  • 8
  • 62
  • 79