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.
Look here for a sample.
In general it’s much easier if you can link to samples. People will see exactly what you want and tell you how to do so using MonoTouch. Also providing your own, partial/unworking code, is often a big help.