I have a list of bookmarks stored in NSUserDefaults. For each bookmark entry I retreive data from a sqlite database. I then create an array of these bookmarks. Each bookmark in the array is represented as a person object.
How ca I re-order the array to sort by the persons first name?