C# Class QuickContacts.QuickContactsViewController

Inheritance: UITableViewController, ICNContactPickerDelegate, ICNContactViewControllerDelegate
Exibir arquivo Open project: xamarin/monotouch-samples

Public Methods

Method 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

Method 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 method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

QuickContactsViewController() public method

public QuickContactsViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void