UIKeyboardBoundsUserInfoKey is deprecated, what to use instead?

Posted by Mikeware on Stack Overflow See other posts from Stack Overflow or by Mikeware
Published on 2010-05-11T00:28:14Z Indexed on 2010/05/11 0:34 UTC
Read the original article Hit count: 1082

Hi,

I'm working on an iPad app using 3.2 sdk. I'm dealing with obtaining the keyboard size to prevent my textfields from hidding behind it.

I'm getting a Warning in Xcode -> UIKeyboardBoundsUserInfoKey is deprecated what should I use instead not to get this warning?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c