Can UILocalizedIndexedCollation be changed without changing the device language?

末鹿安然 提交于 2019-12-11 03:45:14

问题


I'm using UILocalizedIndexedCollation to index the cells on a UITableView. The problem is that my app has a language system that is independent from the device. For example, the app language can be Chinese while the device is still in English.

Is there a way to change [UILocalizedIndexedCollation currentCollation] without changing the device settings?

来源:https://stackoverflow.com/questions/16965437/can-uilocalizedindexedcollation-be-changed-without-changing-the-device-language

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!