Thanks all for your help. I ended up deleting my ViewController and recreating it and seems to have fixed the problem. So I must have had some reference wacked along the way.
By the way, the InputView is a property of UITextField. It seems to be a way to replace the keyboard with your own view for FirstResponder. This works really well. I was able to have my DatePickerControllerView with my UIDatePicker and custom buttons (Select, Cancel). Just by setting the InputView of my UITextField, when a user clicks in the field, my calendar picker pops up from the bottom. I placed events in my DatePicker class called "DateSelected" and "Cancelled" that main view subscribes to. The event param contains the selected date and I place that in the text field when fired. Sorry for bad terminology and probably bad technique. I am just starting with monotouch and I am sure more questions will follow. Thanks all! Ray -- View this message in context: http://monotouch.2284126.n4.nabble.com/Crash-with-InputView-on-UITextField-tp3615597p3617152.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
