문제

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