ABAddressBook 更改默认排序顺序

发布于 2025-01-05 05:26:31 字数 143 浏览 1 评论 0原文

是否可以使用代码更改 iPhone 地址簿中的排序顺序和复合名称格式?有一些方法可以获取这些属性(ABPersonGetSortOrdering、ABPersonGetCompositeNameFormat),但我没有找到任何用于设置它们的方法。

Is it possible to change sort ordering and composite name format in iPhone address book with code? There are methods to get these properties (ABPersonGetSortOrdering, ABPersonGetCompositeNameFormat) but I didn't find any for setting them.

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

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

发布评论

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

评论(1

衣神在巴黎 2025-01-12 05:26:31

从 iOS 7.0 开始,addressBook API 不提供用于更改排序顺序或复合名称格式的设置器。

不过,您可以从地址簿中提取姓名,并在显示之前将其格式化为您的首选项。

As of iOS 7.0 the addressBook API doesn't provide setters to change the sort ordering or the composite name format.

You can, however, pull names from the addressBook and format them to your preferences before you display them.

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