I have a grouped t开发者_运维技巧ableview that is populated with XML data in one section. What I would like to do is create another section prior to the data driven one, and apply an action to it.
I am using Core Data for my iPhone app. My attributes are set with retained properties. For example, a \"number\" attribute in a \"Thing\" enti开发者_运维知识库ty:
I am trying to implement a Core Data backed UITableView that supports indexing (eg: the characters that appear down the side, and the section headers that go with them). I have no problems at all impl