Update: I was actually working harder than I had to because I was calling BecomeFirstResponder too early. Since DialogViewController is a UITableViewController, it handles moving the element out from under the keyboard IF you call BecomeFirstResponder AFTER the view has appeared.
-- View this message in context: http://monotouch.2284126.n4.nabble.com/How-can-you-tap-a-control-programmatically-tp3530818p3532869.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
