C# Class UI.TableViewDelegate

Inheritance: UITableViewDelegate
显示文件 Open project: NotMyself/BigRReader

Public Methods

Method Description
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
TableViewDelegate ( MainMenuViewController controller ) : System

Method Details

RowSelected() public method

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

TableViewDelegate() public method

public TableViewDelegate ( MainMenuViewController controller ) : System
controller MainMenuViewController
return System