Reputation: 915
Is there a fast way in the Address Book framework on the iOS platform to determine which groups a particular address book record belongs too? I have been slogging through the docs and it looks like the answer is no.
I need to quickly slap up a list of groups and a checkmark to indicate membership for a particular address book entry. Right now it looks like I need to build the list of groups and group members then search it. Since group membership can be changed in multiple places, I have no easy way of persisting the information between launches and ensuring its still valid.
Thanks for any help.
Rich
Upvotes: 3
Views: 673
Reputation: 3303
yes you are right. In iOS you can't fast and easy get group membership of contact. you can iterate groups arrays only every time :(
Upvotes: 3