ABAddressBook 更改默认排序顺序
是否可以使用代码更改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 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.