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 |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | nfloat |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public TableDelegate ( Xuni customAutocomplete ) : System | ||
customAutocomplete | Xuni | |
return | System |
public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
cell | UITableViewCell | |
indexPath | NSIndexPath | |
return | void |