Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
NumberOfSections ( UITableView tableView ) : nint | ||
QuickContactsViewController ( |
||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, nint section ) : nint | ||
ViewDidLoad ( ) : void |
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 |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | nfloat |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
return | nint |
public QuickContactsViewController ( |
||
handle | ||
return | System |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |