Why my ABPersonViewController is not showing all the properties? Currently it is showing only phone number properties. It is not the e-mail ids, addresses, birth day and other info. My contact has all this info. How the Phonebook’s/Contact’s ABPersonViewController is showing all this info? And How can I get the “Text Message”, “Share Contact” and “Add To Favorites” buttons in my ABPersonViewController?
Any help would be appreciated.
According to the ABPersonViewController reference, you can set the
displayedPropertiesproperty of the controller to anNSArray.Try setting it e.g. to
setting whichever properties from the available properties list you want.