I am trying to mimic a typical settings screen (think of the email settings screen in iPhone settings). I want to implement the behavior where when you click on a table cell, it turns into a text edit. So my custom cell has a label on the left like "URL" and I have a textfield on the right. My cell has a get and set for the textfield and I can set it proplerly. The problem is I cant get the value back out. is there an example of using a table view for obtaining app settings?
I have also tried captureing the ValueChanged event for my textfield in the custom cell controller, but no events are raised. I imagine this is because I deleted the "view" when making the custom cell. Thanks, Ray -- View this message in context: http://monotouch.2284126.n4.nabble.com/Help-with-table-view-cell-and-editing-tp3646029p3646029.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
