如何更改 ABPeoplePickerNavigationController 的外观,以便我可以看到电话号码类型(家庭、手机等)

发布于 2024-10-11 23:20:46 字数 149 浏览 1 评论 0原文

我在我的应用程序中使用 ABPeoplePickerNavigationController ,但客户希望看到姓名前面的电话号码标签 “姓名号码类型” 阿里移动 阿里家园 有没有办法自定义 ABPeoplePickerNavigationController 来满足此要求? 谢谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

权谋诡计 2024-10-18 23:20:46

如果您想根据自己的要求自定义通讯录,我建议您不要使用ABPeoplePickerNavigationController。而不是使用地址簿对象,从地址簿中检索数据并在自定义 ViewController 中显示这些数据。通过这种方式,您将能够以您想要的方式自定义视图。

其次你不能修改Apple提供的API和框架。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文