Hi,
Need to get the size of the keyboard so I can re-size and scroll my UIScrollView so that the keyboard doesn't overlap the input fields.
I've read of several methods posted that use the method:
UIKeyboard.BoundsFromNotification (notification);
However this method is deprecated. What is the updated method for getting the size of the keyboard programatically?
Cheers