Can UILocalizedIndexedCollation be changed without

2019-07-11 06:37发布

问题:

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?