There are numerous examples of how to do this in native Objective-C but I can't seem to find an example of how to accomplish the same in C# code in MonoTouch.
I would like to dismiss the Keyboard that pops up when user presses the return key.
Is EditingDidEnd the right event to trap? I can't seem to find the dismiss first responder method call.
Help highly appreciated.
