I am trying to associate a UIPicker or UIDatePicker to a text box and label.

This post gives guidance:

http://nomtek.com/tips-for-developers/working-with-pickers/


For labels, what is the MonoTouch code  for this post's comment dated April
29:

You can use custom UILabel instead of UITextField. Just override UILabel
like I did it with UIButton:
- override method canBecomeFirstResponder and return YES
- in touchesEnded:withEvent: method call [self becomeFirstResponder]
- make your UILabel userInteractionEnabled

Thx

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Textboxes-and-Labels-Input-from-Pickers-tp4582320p4582320.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to