In my app, I would like to know whether or not the user is using the default system keyboard. If they are using the default system keyboard, I would like to get the keyboard's frame so that I can use it to place a view directly above (eg. on the top of my app's window).
Is there anyway to get the current keyboard type and view, programmatically?