I want to sort array of string similar http://stackoverflow.com/questions/16541314/sorting-an-array-of-string-with-custom-ordering in objective C, I think similar to http://docs.oracle.com/javase/tutorial/i18n/text/rule.htmlThanks you.
Asked
Active
Viewed 68 times
0
-
3Have you try something?? – Toseef Khilji Jul 18 '14 at 13:24
-
I create dictionary key:character, value: int, i use dictionary to sort. But like is slow, have any suggestion even use C pure? Thank you? – LViet Jul 18 '14 at 13:56
-
Comments are not for providing code. Edit your question and add the code, screenshot, whatever you have to it, explaining the problem clearly, to get help. – Neeku Jul 18 '14 at 14:07