By the way, and just my opinion, but *seriously* not subclassing and associating "functional logic" at the view controller or UIView level always is NOT the best approach. The whole point of c++/c# is portable encapsulation. Defining a label and other "things" in a view controller's view, then handling that in the view controller is about as "procedural" as you can get.
-- View this message in context: http://monotouch.2284126.n4.nabble.com/How-to-use-a-UILabel-as-a-button-tp4655352p4655512.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
