代码之家  ›  专栏  ›  技术社区  ›  Greg Maletic

以编程方式检索iPhone通讯簿排序首选项?

  •  1
  • Greg Maletic  · 技术社区  · 15 年前

    是否可以检测特定用户手机上通讯簿使用的排序技术(例如,“按姓氏排序”或“按名字排序”。)

    谢谢

    1 回复  |  直到 15 年前
        1
  •  3
  •   coneybeare    15 年前

    docs

    ABPersonGetSortOrdering
    Returns the user’s sort ordering preference for lists of persons.
    
    ABPersonSortOrdering ABPersonGetSortOrdering (
       void
    );