LUExpandableTableView Versions Save

A subclass of UITableView with expandable and collapsible sections

6.0.0

7 months ago
  • Swift 5.9 and Xcode 15 support
  • Drop Carthage support
  • Drop support below iOS 13

5.0.0

5 years ago
  • Swift 5 and Xcode 10.2 support

4.1.0

5 years ago
  • Add expandableTableView(:, viewForFooterInSection:) delegate function
  • Add expandableTableView(:, heightForHeaderInSection:) delegate function

4.0.0

5 years ago
  • Xcode 10 and Swift 4.2 support

3.0.0

6 years ago
  • Swift 4 and Xcode 9 support
  • Add Carthage support

2.1.0

7 years ago
  • Add ability to expand or collapse sections programatically

2.0.0

7 years ago
  • Add Swift Package Manager support

1.0.3

7 years ago
  • Make init(frame:style:) public in order to can be used this initialiser from another modules

1.0.2

7 years ago
  • Add isExpandedSection(at:) -> Bool function
  • Add more documentation

1.0.1

7 years ago
  • Animation used for showing/hiding rows when expand/collapse occurs can be customised