Users Pricing

forum

home / developersection / forums / sorting mutable array in ascending order in objective-c

Sorting mutable array in ascending order in Objective-C

David Miller 2462 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.


David Miller

Other


1 Answers

Tarun Kumar 08 Dec 2015 Accepted Answer