MonoTouch.Info - Entries tagged with UITableViewSource
MonoTouch Article - UITableViewController (uitvc) template updated for UITableViewSource - blog - CodeSnack
MonoTouch 1.2 adds a new class called UITableViewSource that is intended to reduce some of the code clutter that is encountered when using TableViews in MonoTouch.  The UITableViewSource class combines UITableViewDelegate and UITableViewDataSource into one convenient class that contains the methods of both.  I have updated my uitvc template to use this new class.