Implementing UITableView Sections from an NSArray of NSDictionary Objects

If you�re working with a remote Web Service, your apps are probably displaying TableViews of objects. As soon as your dataset grows beyond 20 or 30 objects, it�s time to implement sections in your Table View. I�m going to show you how you can do this without too much trouble. In this example, we�ll use an array of dictionary objects (Books) to construct a single �sections� dictionary that will be the basis for our TableView datasource.
Continue Reading �

Related Posts