C# Class FlexGridSample.MainMenuTableViewController

Inheritance: UITableViewController
Mostrar archivo Open project: GoXuni/Xamarin.iOS-Samples

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainMenuTableViewController ( IntPtr handle ) : Foundation
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidLoad ( ) : void

Private Methods

Method Description
GetBytes ( string str ) : byte[]
ReleaseDesignerOutlets ( ) : void

Method Details

GetCell() public method

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

MainMenuTableViewController() public method

public MainMenuTableViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

NumberOfSections() public method

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

RowSelected() public method

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

RowsInSection() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void