C# Класс Input101.TableDelegate

Наследование: UITableViewDelegate
Показать файл Открыть проект

Открытые методы

Метод Описание
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
TableDelegate ( Xuni customAutocomplete ) : System
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

Описание методов

GetHeightForRow() публичный Метод

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Результат nfloat

RowSelected() публичный Метод

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

TableDelegate() публичный Метод

public TableDelegate ( Xuni customAutocomplete ) : System
customAutocomplete Xuni
Результат System

WillDisplay() публичный Метод

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
Результат void