Skip to content

Releases: ml-opensource/FZAccordionTableView

Fixed Issue #22

05 Sep 01:09
Compare
Choose a tag to compare
  • Fixed toggleSection:. You can now call toggleSection: even when the headerView is not visible.
  • FZAccordionTableViewDelegate can now return nil headerView's when the headerView is not visible.

Fixed Issue #17.

19 Jun 02:01
Compare
Choose a tag to compare

0.2.1

15 May 19:34
Compare
Choose a tag to compare

Fixed a bug where some UIScrollViewDelegate calls would not be called.

0.2.0

08 May 23:56
Compare
Choose a tag to compare

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.

0.1.3

02 Apr 18:09
Compare
Choose a tag to compare
  • Added "modern" Objective-C syntax for better Swift translation.
  • Fixed Issue #5