Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.23 KB

README.markdown

File metadata and controls

29 lines (18 loc) · 1.23 KB

Features

Open-source iPhone UI contact picker to select multiple people from the Address Book, with type-ahead and auto-completion.

ButtonPeoplePicker.h/ButtonPeoplePicker.m

A custom view controller that encapsulates the contact picker functionality. This is the only class you need to interact with. Presented modally in this demo.

AddPersonViewController.h/AddPersonViewController.m

A custom view controller presented modally when there is no matching person in the Address Book. The new contact will be added to the Address Book.

Included is a sample Xcode project showing how to include a ButtonPeoplePicker in your own applications.

Build Requirements

Xcode 4.2, iOS 5.0 SDK, LLVM Compiler 3.0, Automated Reference Counting (ARC).

Runtime Requirements

iOS 5.0 and later.

Screenshots

License

The source code is available under the Apache License, Version 2.0