I'm struggling with trying to sort an array of dictionaries.
My dictionaries have a couple of values of interest, price, popularity etc.
Any suggestions?
|
I'm struggling with trying to sort an array of dictionaries. My dictionaries have a couple of values of interest, price, popularity etc. Any suggestions? |
||||
|
|
|
Use NSSortDescriptor like this..
All the best |
|||||||||||||||||||||
|
I don't really want to break it into multiple lines. It's already simple enough for me. |
||||
|
Update , sortUsingDescriptors is now sortedArrayUsingDescriptors So, its like:
|
|||
|
|
|
Write a sort function that compares the relevant fields in two dictionaries. When you have this version you can for example use |
|||
|
|