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?
I played with the previously offered solution but still had issues. Here’s what I came up with instead: