
On running my application i am getting a warning as given below...
" UIKeyboardBoundsUserInfoKey is deprecated "
What is the cause of it?? and what should i use instead of UIKeyboardBoundsUserInfoKey. As i guess it's a older version.
Thanks!

Write UIKeyboardAnimationCurveUserInfoKey instead of UIKeyboardBoundsUserInfoKey
See the code below..
[[userInfo objectForKey:UIKeyboardAnimationCurveUserInfoKey] getValue:&animationCurve];