forum

Home / DeveloperSection / Forums / Sorting mutable array in ascending order in Objective-C

Sorting mutable array in ascending order in Objective-C

David Miller 2102 07-Dec-2015

I have created a studentDB table in a SQLite database and storing the data of studentDB in an NSMutableArray.
I have created attributes in our studentDB main attributs are as follows: Student_Name, Registration_No, Date_of_Join.

Now, I want to sort this mutable array according to Student_Name in ascending order in a Table View.

So, how can I do this. any help would be appreciated.


Updated on 08-Dec-2015

Can you answer this question?


Answer

1 Answers

Liked By