Hi I have a UITableView with four cells.
When each of these cells is selected, a different UIPickerView is shown to allow the user to choose something. The name of their choice should then be shown as the DetailTextLabel.Text of that cell. The cells are created as style UITableViewCellStyle.Value1. There is no cell reuse implemented (there are only four cells in total). This works fine for the first cell. For the other cells, the value assigned to DetailTextLabel.Text is shown at best intermittently. Sometimes it is not shown at all, sometimes it takes pressing on the cell again for the text to be shown, sometimes pressing on another cell causes the text to update. Smells like a bug to me. Anyone had any experience with this? Thanks Tom -- View this message in context: http://monotouch.2284126.n4.nabble.com/Problem-with-updating-UITableCell-s-DetailTextLabel-Text-tp3698301p3698301.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
