C# Class xamarin_sample.OptionsViewControllerSource

Inheritance: UITableViewSource
Mostra file Open project: phatware/WritePadSDK

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
OptionsViewControllerSource ( ) : System
RowsInSection ( UITableView tableview, nint section ) : nint
TitleForFooter ( UITableView tableView, nint section ) : string
TitleForHeader ( UITableView tableView, nint section ) : string

Method Details

GetCell() public method

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

NumberOfSections() public method

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

OptionsViewControllerSource() public method

public OptionsViewControllerSource ( ) : System
return System

RowsInSection() public method

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

TitleForFooter() public method

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

TitleForHeader() public method

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