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

前端 未结 1 1415
眼角桃花
眼角桃花 2020-12-21 04:02

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

相关标签:
1条回答
  • 2020-12-21 04:36

    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.

    0 讨论(0)
提交回复
热议问题