I want to sort a tabular view in IOS apps (Ascending, Descending). For that do we need to write our own sorting logics or any predefined methods are available in IOS?
thanks in advance.
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 need to write your own… at best you can sort the NSArray first and then use it in tableView’s delegate methods like cell
so it will be sorted automatically …