public LanguageTableViewSource(MonoTouch.UIKit.UITableView tableView, IReactiveNotifyCollectionChanged <LanguageItemViewModel> collection) : base(tableView, collection, LanguageTableViewCell.Key, 44f) { tableView.RegisterClassForCellReuse(typeof(LanguageTableViewCell), LanguageTableViewCell.Key); }
public ReleasesTableViewSource(MonoTouch.UIKit.UITableView tableView, IReactiveNotifyCollectionChanged <ReleaseItemViewModel> collection) : base(tableView, collection, ReleaseTableViewCell.Key, 44.0f) { tableView.RegisterClassForCellReuse(typeof(ReleaseTableViewCell), ReleaseTableViewCell.Key); }
public SourceContentTableViewSource(MonoTouch.UIKit.UITableView tableView, IReactiveNotifyCollectionChanged <SourceItemViewModel> collection) : base(tableView, collection, SourceContentCellView.Key, 44.0f) { tableView.RegisterClassForCellReuse(typeof(SourceContentCellView), SourceContentCellView.Key); }