views:

237

answers:

0

I've seen some good information (on this site, especially) on how to place a toolbar on top of the keyboard when it is in view. But what I really want to do is make my toolbar a subview of the keyboard, with a frame such that it sits on the top edge of the keyboard.

To do that, I would need to have the pointer to the keyboard itself. I've done a number of experiments trying to find it, with no success. I'm starting with the assumption that it's some sort of UIView. But it's not a subview of my textView, and it's not a subview of my view controller's window or my applications key window.

I'd be most grateful for any suggestions.