C# Class Touchin.SQLiteExtensions.MainViewController

Inheritance: UITableViewController
Mostrar archivo Open project: TouchInstinct/Training

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainViewController ( ) : System
RowsInSection ( UITableView tableview, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
HandleLocationsUpdated ( object sender, CLLocationsUpdatedEventArgs 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 ( ) : System
return System

RowsInSection() public method

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

TitleForHeader() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void