I have just noticed that UITableView comes with a couple of Bind() methods. Looks like that’s an alternative to implementing UITableViewSource over and over again, or am I wrong?
Does anybody have samples? Also any other samples of binding would be interesting, like binding a textfield to a model using MonoTouch.
René
The method you’re looking at is:
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Protocols/NSKeyValueBindingCreation_Protocol/Reference/Reference.html
This has nothing to do with UITableView or UITableViewSource data binding.