Skip to content

Releases: LaurentiuUngur/LUExpandableTableView

6.0.0

02 Nov 13:09
Compare
Choose a tag to compare
  • Swift 5.9 and Xcode 15 support
  • Drop Carthage support
  • Drop support below iOS 13

Swift 5

16 Apr 12:17
Compare
Choose a tag to compare
  • Swift 5 and Xcode 10.2 support

4.1.0

12 Mar 19:09
Compare
Choose a tag to compare
  • Add expandableTableView(:, viewForFooterInSection:) delegate function
  • Add expandableTableView(:, heightForHeaderInSection:) delegate function

4.0.0

20 Sep 14:49
Compare
Choose a tag to compare
  • Xcode 10 and Swift 4.2 support

3.0.0

27 Sep 18:44
Compare
Choose a tag to compare
  • Swift 4 and Xcode 9 support
  • Add Carthage support

2.1.0

19 Apr 15:31
Compare
Choose a tag to compare
  • Add ability to expand or collapse sections programatically

2.0.0

07 Apr 09:10
Compare
Choose a tag to compare
  • Add Swift Package Manager support

1.0.3

16 Mar 14:25
Compare
Choose a tag to compare
  • Make init(frame:style:) public in order to can be used this initialiser from another modules

1.0.2

15 Jan 18:10
Compare
Choose a tag to compare
  • Add isExpandedSection(at:) -> Bool function
  • Add more documentation

1.0.1

25 Nov 07:15
Compare
Choose a tag to compare
  • Animation used for showing/hiding rows when expand/collapse occurs can be customised