I have a array of objects and need to sort it by rating and after by number of votes descendent(so that if two 5 stars rated elements compare, the one with the most votes should be first)
Is it possible to sort a NSArray by two descriptors:first after rating and then after votes count?
something like sortUsingDescriptors: but i can’t find it anywhere in the docs, think it’s deprecated.
Yes you can: