C# Класс MyDriving.iOS.ProfileTableViewController

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
ProfileTableViewController ( IntPtr handle ) : Foundation
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Приватные методы

Метод Описание
UpdateUI ( ) : void

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

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

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

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

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

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

public ProfileTableViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Результат Foundation

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

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Результат nint

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

public ViewDidAppear ( bool animated ) : void
animated bool
Результат void

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

public ViewDidLoad ( ) : void
Результат void