ennioma / EMAccordionTableViewController

Accordion effect for UITableView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot scroll uitableview while dragging on the section header

daarkfish opened this issue · comments

UITableview cannot be scroll when dragging on the section header, tried with _tableView.canCancelContentTouches = YES and _tableView.delaysContentTouches = YES but still the same. It will only scroll when dragging on the expanded cells or holding on the section header.

Hi,
I've released a new version 0.5.1 fixing this issue.

Thank you!