Hi,
I want to display the contact card of the current user with a CNContactViewController
. I'm wondering how I can retrieve only the contact info of the current user.
I was thinking of filtering through the contacts using NSFullUserName()
, but the user could have changed their contact name to something other than their username.
Is there a way to get the contact info of just the current user?