Possible Duplicate:
How to sort a NSArray alphabetically?
Hey I've looked all over this site and google for the answer to my question. I'm very new to iPhone programming and I'm figuring this question should be fairly easy to answer. In my app, I have an array that is filled with strings. I display the array in a UITableView with each string in its own cell. However, the strings are placed in a non-organized manner. Is there a way to organize an array's strings by alphabetizing the strings? ANY help is GREATLY appreciated. Thanks in advance.