UILocalizedIndexedCollation 和非英文索引
Posted
技术标签:
【中文标题】UILocalizedIndexedCollation 和非英文索引【英文标题】:UILocalizedIndexedCollation and non-english indexes 【发布时间】:2011-04-18 09:05:09 【问题描述】:我在我的应用程序中使用 UILocalizedIndexedCollation。 我的语言环境设置为俄语,在索引表上我可以看到带有英语和俄语索引的索引列表。即使我没有任何英文值,顺序总是相同的 - 英文字母 -> 俄文字母。 是否可以在索引列表中将俄语字母置于英语字母之上(就像在联系人应用程序中所做的那样)?
【问题讨论】:
这似乎是***.com/questions/11630184/…的副本 【参考方案1】:在这里查看UILocalizedIndexedCollation only returns an English collation。你有 .lproj 吗?如果是这样,请确保您至少在捆绑包中有该文件夹。
【讨论】:
以上是关于UILocalizedIndexedCollation 和非英文索引的主要内容,如果未能解决你的问题,请参考以下文章
UILocalizedIndexedCollation 和非英文索引
UILocalizedIndexedCollation 区域设置不同于英语
使用 UILocalizedIndexedCollation sectionForObject:collationStringSelector 的动态选择器
带有字符串数组的 UILocalizedIndexedCollation
如何在 UILocalizedIndexedCollation 中将汉字排序为#
带有索引 UITableViewController 和 UILocalizedIndexedCollation 的 NSFetchedResultsController