On February 12, 2009, In iPhone Development, By Graham F
You can think of an array as a container to hold a number of the same type of variable.
I use them a lot to hold lists of data, specifically strings! One thing that you may need to do from time to time is to sort that list in alphabetical order. This can sometimes be done [...]