| Conforms to | |
| Framework | /System/Library/Frameworks/AddressBookUI.framework |
| Availability | Available in iPhone OS 2.0 and later. |
| Declared in | ABPersonViewController.h |
The ABPersonViewControllerDelegate protocol declares the interface that must be implemented by ABPersonViewController delegates.
Sent when the user selects a property value of the person displayed in a person view controller. (required)
- (BOOL)personViewController:(ABPersonViewController *)personViewController shouldPerformDefaultActionForPerson:(ABRecordRef)person property:(ABPropertyID)property identifier:(ABMultiValueIdentifier)identifierForValue
The sender.
The person personViewController is displaying.
The property who’s value the user selected.
When property is a multivalue property, the value the user selected.
YES if personViewController should perform its default action. Your application may quit as a result of this action.
NO: if personViewController should do nothing. The delegate may perform custom action processing.
ABPersonViewController.hLast updated: 2009-05-15