C# Класс CloudKitAtlas.SubmenuTableViewController

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
SubmenuTableViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

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

Метод Описание
ReleaseDesignerOutlets ( ) : void
SubmenuTableViewController ( NSCoder coder ) : System

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

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

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

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

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

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

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Результат void

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

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

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

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

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

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