The contact record being displayed.
SDK
- macOS 10.7+
Framework
- Address
Book
Declaration
var person: ABPerson! { get set }
Discussion
If the value of this property is nil
, the view displays a special empty-selection UI.
An exception is raised if the value of this property comes from a shared instance of the address book database. To prevent this, use the address
method of ABAddress
rather than the shared()
method.