Tagged Questions
1
vote
1answer
191 views
How to sort Address Book entries in iOS per section
Im trying to implement UILocalizedIndexCollection as seen on
http://developer.apple.com/library/ios/#documentation/iPhone/Reference/UILocalizedIndexedCollation_Class/UILocalizedIndexedCollation.html
...
0
votes
0answers
183 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 ...
5
votes
1answer
301 views
UILocalizedIndexedCollation for Japanese giving different ordering to contacts/music apps
UILocalizedIndexedCollation seems to returning a different result on a Japanese iOS device than that seen in the built in Contacts / Music apps.
Note that this isn't the usual question about Japanese ...
0
votes
0answers
165 views
Using localized indexed collation in my tableview
I am following apple's sample code - SimpleIndexedTableView to get indexed my tableView.
In there, I am struggling with UILocalizedIndexedCollation.
Similar to the apple's sample code with the ...