How can I change the look of ABPeoplePickerNavigat

2020-02-14 04:48发布

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

1条回答
倾城 Initia
2楼-- · 2020-02-14 05:35

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.

查看更多
登录 后发表回答