C# Class Input101.TableDelegate

Inheritance: UITableViewDelegate
Exibir arquivo Open project: GoXuni/Xamarin.iOS-Samples

Public Methods

Method Description
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
TableDelegate ( Xuni customAutocomplete ) : System
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

Method Details

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

RowSelected() public method

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

TableDelegate() public method

public TableDelegate ( Xuni customAutocomplete ) : System
customAutocomplete Xuni
return System

WillDisplay() public method

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
return void