Releases: ml-opensource/FZAccordionTableView
Releases · ml-opensource/FZAccordionTableView
Fixed Issue #22
Fixed Issue #17.
Fixed #17.
0.2.1
0.2.0
TL;DR: You can now add and delete sections without crashes! 👍
Fixed Issue #4 : Crashing on deletion of sections.
Fixed Issue #10 : Removed potential retain cycles.
Deprecated sectionsAlwaysOpen
. Use tableView:canInteractWithHeaderAtSection:
delegate method instead.
- Apologize for anyone affected by this removal, keeping the variable as it was problematic and potentially confusing when it came to adding and removing more sections.
Deprecated section
on FZAccordionTableViewHeaderView
. Use sectionForHeaderView:
method instead.
Added better tests.