I have a button where if user press I am showing ABUnknownPersonViewController. Now the problem is there are two options Create New Contact & Add To Existing Contact. How can I determine which of the options is selected?
I need to know this because in my app, I am showing my contacts in another portion. Some times it causes my app to crash with the error:
Shouldn't be trying to show more than one Add to Existing Contact people picker
How can I solve this problem?