C# Класс QuickContacts.QuickContactsViewController

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
NumberOfSections ( UITableView tableView ) : nint
QuickContactsViewController ( IntPtr handle ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
ViewDidLoad ( ) : void

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

Метод Описание
AccessGrantedForContactStore ( ) : void
CheckContactStore ( ) : void
DidComplete ( CNContactViewController viewController, CNContact contact ) : void
DidSelectContact ( CNContactPickerViewController picker, CNContact contact ) : void
DidSelectContactProperty ( CNContactPickerViewController picker, CNContactProperty contactProperty ) : void
RequestContactStoreAccess ( ) : void
ShowNewPersonViewController ( ) : void
ShowPeoplePickerController ( ) : void
ShowPersonViewController ( ) : void
ShowUnknownPersonViewController ( ) : 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

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

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

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

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

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

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

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

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

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

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