ABUnknownPersonViewController
The ABUnknownPersonViewController class (whose instances are known as unknown-person view controllers) implements a view controller used to create a person record from a set of person properties.
Declaration
class ABUnknownPersonViewControllerOverview
Unknown-person view controllers display contact information that can be saved to the Address Book database. From instances of this class, users may also initiate standard actions, such as:
Phone call
Text message
Create contact
Add to contact
Performing any of the standard actions may result in your application being moved to the background.
Subclassing
The ABUnknownPersonViewController class does not support subclassing.