C# 클래스 QuickContacts.QuickContactsViewController

상속: UITableViewController, ICNContactPickerDelegate, ICNContactViewControllerDelegate
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
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