Alterplay / APAddressBook

Easy access to iOS address book
MIT License
1.38k stars 193 forks source link

I need a contact group #131

Open CoderKLTse opened 8 years ago

CoderKLTse commented 8 years ago

I want to make a funtion that create a contact group.But APAddressBook seems not supported.In the 'Models' folder, I can't find model about group.

belkevich commented 8 years ago

@CoderKLTse APAddressBook is a wrapper on AddressBook.framework. And there are no group field in AddressBook.framework

CoderKLTse commented 8 years ago

Thanks for your response.But I noticed that there is a ABGroup.h field inAddressBook.framework.Can APAddressBook load Contacts group? simulator screen shot 2016 7 27 10 38 08

belkevich commented 8 years ago

@CoderKLTse sounds interesting. Looks like I missed it. I'll do a short research and answer to you here.

belkevich commented 8 years ago

Sorry, there is no support for groups for now. But may be we will implement it in future.

P.S. I can't find "Groups" screen in Contacts.app. How do you open it?

CoderKLTse commented 8 years ago

Look these pictures. qq20160808-0 2x qq20160808-1 2x

belkevich commented 8 years ago

It's very strange, but I don't have this button on my iPhone.

CoderKLTse commented 8 years ago

If you don't make other groups in Contacts.app, you have only one group named All iPhone and this button would be hidden.These pictures are from the simulator(iOS 9.3). You can browse this link.HOW TO MAKE A CONTACT GROUP ON IPHONE And, you also can use Google to search for more information.

belkevich commented 8 years ago

Ok, I'll check it