Contents

ABSetMe(_:_:)

Sets the record that represents the logged-in user.

Declaration

func ABSetMe(_ addressBook: ABAddressBookRef!, _ moi: ABPersonRef!)

Parameters

  • addressBook:

    The address book for the logged-in user.

  • moi:

    The ABPerson object that represents the logged-in user. Pass NULL if you don’t want a record to represent the logged-in user.

See Also

People