HPReorderTableView
HPReorderTableView copied to clipboard
tableView:titleForFooterInSection: and other methods not being called
I'm not sure how to deal with this. I've determined that tableView:titleForFooterInSection: and tableView:titleForHeaderInSection: don't work on my data source, when I'm using HPReorderTableView.
Am I doing something wrong?
Ah! Just saw the xslim branch. At least tableView:titleForHeaderInSection is implemented, but the footer method is missing. ;)
In my project titleForHeaderInSection is in my code but HPReorderTableView isn't calling it.
What do I need to do for HPReorder to call it?