C# Class QuickContacts.QuickContactsViewController

Inheritance: UITableViewController, ICNContactPickerDelegate, ICNContactViewControllerDelegate
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Résultat nint

QuickContactsViewController() public méthode

public QuickContactsViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void