I want to register to UIKeyboardDidHideNotification that only my UIViewController is issuing.
UIKeyboardDidHideNotification
When I do :
[[NSNotificationCenter default
Object for UIKeyboardDidHideNotification is always nil. Try to add observer in viewWillAppear and remove in viewDidDisapper methods.
nil
viewWillAppear
viewDidDisapper