C# Class Reachability.MainViewController

Inheritance: UITableViewController
ファイルを表示 Open project: xamarin/monotouch-samples

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainViewController ( IntPtr handle ) : System
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
TitleForHeader ( UITableView tableView, nint section ) : string
ViewDidLoad ( ) : void
WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath

Private Methods

Method Description
UpdateStatus ( object sender, EventArgs e ) : void

Method Details

GetCell() public method

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

MainViewController() public method

public MainViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

RowsInSection() public method

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
return nint

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

WillSelectRow() public method

public WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath
tableView UITableView
indexPath NSIndexPath
return NSIndexPath