ABGetMe(_:)
Returns the ABPerson object for the logged-in user.
Declaration
func ABGetMe(_ addressBook: ABAddressBookRef!) -> Unmanaged<ABPersonRef>!Parameters
- addressBook:
The address book for the logged-in user.
Return Value
The ABPerson record that represents the logged-in user, or NULL if the user never specified such a record. You are responsible for retaining and releasing this object as needed.