I'm trying to add a label to a grouped table. An example of a grouped table would be the Settings app on the iPhone. To make one, just make a new "Cocoa Touch List" project and change the style in the AppDelegate.m file to UITableViewStyleGrouped. I want to add a UILabel above this table. I've tried to do this for a while, to no avail.
Any tips from you guys would be appreciated.