Skip to content

Instantly share code, notes, and snippets.

@wolffan
Created March 26, 2013 18:07
Show Gist options
  • Save wolffan/5247700 to your computer and use it in GitHub Desktop.
Save wolffan/5247700 to your computer and use it in GitHub Desktop.
Modal screen to display contacts list iOS
// Request authorization to Address Book
ABPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init];
picker.peoplePickerDelegate = self;
[self presentModalViewController:picker animated:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment