C# Class Hanselminutes.HomeViewController.TableViewSource

Inheritance: UITableViewSource
Mostrar archivo Open project: chrisntr/HanselminutesIphone

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int
TableViewSource ( HomeViewController hvc ) : System

Private Methods

Method Description
HasOfflineVersion ( string url ) : bool

Method Details

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int

TableViewSource() public method

public TableViewSource ( HomeViewController hvc ) : System
hvc HomeViewController
return System