I am getting the problem in the keyboard notifications When I played in 4.0.that the keyboard notifications are not working but its working fine in 3.0.
can anyone suggest why this is happening like this?
Thank you,
Monish.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just checked, this is the code in my app used to subscribe to one of the notifications and it works in 3.x and 4.0:
And from NSLog inside keyboardWillShow:
Do you have handlers in your UITableView (I put them in a subclass) or in your UIViewController that subscribe to these notifications? Check your addObserver code.