Вопрос

I am using ABPersonViewController to display information from the phone's contacts. In iOS6 it works fine and I see all of the fields.

In iOS 7 however, only the name shows up and not the other fields like phone number and address. What do I need to do to make the other fields show up in iOS 7 ?

Это было полезно?

Решение

I was having issues with this as well. Once I set the addressBook property on the ABPersonViewController, it starting working as I expected.

addressBook Optional. The address book from which to obtain the contact to display. @property(nonatomic, readwrite) ABAddressBookRef addressBook

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top