iSofTom / STCollapseTableView

A UITableView subclass that automatically collapse and/or expand your sections
MIT License
137 stars 62 forks source link

unable to reuse header cells. #22

Open SpaceTrucker2196 opened 8 years ago

SpaceTrucker2196 commented 8 years ago

The example works where all cells are built at configuration. However trying to use reusable cells loading a prototype from the storyboard seems to confuse the open group gesture. Sometimes when tapping on a header cell in a table with a large numbers of groups the gesture opens a different group.

I was able to work around this by not using reusable cells.