I am developing an iPhone Application for my school, and I want to make a Table View with all of the teacher names, I read the teacher names from the website, but unfortunately all the data is all scrambled up. What I need to know is what is the best way to manage this information and put it inside a table view with sorting and sections. And also, how would I make a certain cell take you to a link when the user taps on it?
Share
Try using NSSortDescriptor
The API documenation is available at:
https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSSortDescriptor_Class/Reference/Reference.html