iphoneabpeoplepickerview

How can I change the look of ABPeoplePickerNavigationController so that i can see phone number type (home,mobile etc)


I am using ABPeoplePickerNavigationController in my app ,but client wants to see label of phone number infront of name say "Name number type" Ali mobile Ali home is there a way to customize ABPeoplePickerNavigationController to fulfill this requirement? thanks


Solution

  • If you want to customize the address book according to your requirements, I suggest you should not use ABPeoplePickerNavigationController. Instead of that make the use of Address Book object, retrieve data from your address book and display those data in your custom ViewController.In this way you will be able to customize your View in whichever way you want.

    Secondly you cannot modify the APIs and frameworks provided by Apple.