I have got an plist with an object it is a number with rank. I want to sort by the value of the float. From the biggest number to the lowest. And I dont know how to write the function.
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should sort the array you get from your plist by the rank
Do it before you pass the array to the TableView
Good luck