Using insert rows in a UITableView
问题 I'd like my UITableView to behave like the the table in the Contacts editor, i.e. the user should hit Edit and an "add new category" row should appear at the bottom of each section. I'm using the below code to do this, but the problem is that there is no smooth transition as there is in Contacts. Instead, the new row suddenly appears. How can I get the animation? Also, how do I respond to clicks on the "add new category" row? The row is not clickable in my current implementation. Do I need to