HPReorderTableView icon indicating copy to clipboard operation
HPReorderTableView copied to clipboard

tableView:titleForFooterInSection: and other methods not being called

Open tobihagemann opened this issue 9 years ago • 2 comments

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?

tobihagemann avatar May 06 '16 23:05 tobihagemann

Ah! Just saw the xslim branch. At least tableView:titleForHeaderInSection is implemented, but the footer method is missing. ;)

tobihagemann avatar May 06 '16 23:05 tobihagemann

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?

docash59 avatar Mar 03 '17 01:03 docash59