Dan Miser
Dan Miser
Would love to see this one fixed, too.
It looks like pull request #28 should fix this
Would love to see this fixed as well. Part of the problem is that the GetCell method creates a UITableViewCell and also creates and modifies the UITextField. All of the...
I think the real solution is to have a custom UITableViewCell for each element. Here's one implementation: https://github.com/xamarin/monotouch-samples/blob/master/MonoDevelopTouchCells/CustomCell.cs I also found this as a good starting point, but the code...