0
votes
0answers
24 views

UILocalizedIndexedCollection sectionForObject does not assign Chinese characters as #

I have setup my app in the project file for Chinese and English localization. OS is setup to use English interface. However, when I call NSInteger idx = [[UILocalizedIndexedCollation ...
0
votes
0answers
33 views

PSTCollectionView with UILocalizedIndexedCollation and NSFetchedResultsController

I'm trying to implement a PSTCollectionView with a UILocalizedIndexedCollation along the bottom of the collection view. I use a NSFetchedResultsController to populate the collection view. I have the ...
0
votes
2answers
148 views

NSFetchedResultsController with indexed UITableViewController and UILocalizedIndexedCollation

I have a table that uses an NSFetchedResultsController. This gets me an index with the headers that are present - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return ...
0
votes
0answers
181 views

UILocalizedIndexedCollation - just sections & index shown but no row data

I have been sitting on this question for two days! I have implemented UILocalizedIndexedCollation for a tableview that is populated via a plist. However I can only see the section headers and the ...
0
votes
1answer
546 views

Collation sort with object

I have a list view and want to sort the array so that each of the names is under the correct UILocalizedIndexCollation section. Here is a snippet of the section that is being passed in. I want to sort ...