How can I sort strings in NSMutableArray into alphabetical order?

Viewed 37623

I have a list of strings in an NSMutableArray, and I want to sort them into alphabetical order before displaying them in my table view.

How can I do that?

4 Answers
Related