问题
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