开发者

Retrieve iPhone Address Book sorting preference programmatically?

开发者 https://www.devze.com 2022-12-17 12:46 出处:网络
Is it possible to detect开发者_如何学运维 the sorting technique used by the Address Book on a particular user\'s phone? (For instance, \"sort by last name\" or \"sort by first name\".)

Is it possible to detect开发者_如何学运维 the sorting technique used by the Address Book on a particular user's phone? (For instance, "sort by last name" or "sort by first name".)

Thanks.


From the docs

ABPersonGetSortOrdering
Returns the user’s sort ordering preference for lists of persons.

ABPersonSortOrdering ABPersonGetSortOrdering (
   void
);
0

精彩评论

暂无评论...
验证码 换一张
取 消