如何使用 ABPeoplePickerNavigationController 选择地址簿中的多个条目

发布于 2024-12-02 06:52:09 字数 150 浏览 0 评论 0原文

我需要允许用户在继续下一步操作之前从 iPhone 地址簿中选择多个条目。

目前,如果我使用 ABPeopleNavigationController,它只允许我一次选择一个条目。有什么方法可以允许多项选择,即在单击“完成”按钮之前在我想要选择的所有名称旁边添加复选标记

I need to allow the user to select multiple entries from the iPhone address book before proceeding to the next action.

Currently if I use the ABPeopleNavigationController, it only allows me to pick one entry at a time. Is there any way to allow multiple selections i.e. add a checkmark beside all the names I want to select before clicking on 'done' button

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

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

发布评论

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

评论(1

神魇的王 2024-12-09 06:52:09

这是标准 ABPeopleNavigationController 不可能实现的。

您必须使用 UITableView 来提供要选择的人员列表并启用多重选择 - 基本上您必须自己完成这一切。这并不难。只需在您的人员列表中编写自定义表数据源即可。

This is not possible with the standard ABPeopleNavigationController.

You'll have to use a UITableView to provide the list of people to select and enable multiple selection - basically you have to do it all yourself. It isn't that hard. Just write a custom table data source on your list of people.

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