views:

15

answers:

2

Preferably without looking like a cell. I would like to display "tap edit in the upper right to add syllables"

A: 

Adding a sub view to your tableView with the same bounds should do it.

Ben
+1  A: 

Your best bet would probably be to implement the tableView:titleForFooterInSection: method in the class that implements UITableViewDataSource.

Joe Ibanez
Simple indeed. I knew i was over thinking it.
griotspeak