Skip to content

Instantly share code, notes, and snippets.

View pierceboggan's full-sized avatar

Pierce Boggan pierceboggan

View GitHub Profile
@praeclarum
praeclarum / ObservableTableView
Created January 3, 2011 15:36
This class knows how to listen to INotifyCollectionChanged to populate and keep a UITableView in sync with a data source.
using System;
using MonoTouch.UIKit;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using MonoTouch.Foundation;
using System.Collections;
namespace ObservableTableView
{
public class RowSelectedEventArgs : EventArgs {