Skip to content

0.2.0

Compare
Choose a tag to compare
@kgaidis kgaidis released this 08 May 23:56
· 20 commits to master since this release

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.