How to add a UIToolbar on top of UIKeyboard using MonoTouch?
I follow the example in Obj-C at Custom iPhone Keyboard for finding the UIKeyboard in the Windows SubViews, however, I don't know how to do this using MonoTouch. I don't know what the "description" is. If it is a property of UIView I cannot access it from MonoTouch??? Can someone please provide an example of finding the UIKeyboard as in the Obj-C sample but in C# for use in MonoTouch? Thank you. I assume you're looking for the same thing as the keyboard in Safari (i.e. it has a small toolbar at the top that adds extra functionality, as seen on the far right image here ) In that case, what you