Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.5 KB

Change Log

  • Swift 5.9 and Xcode 15 support
  • Drop Carthage support
  • Drop support below iOS 13
  • Swift 5 and Xcode 10.2 support
  • Add expandableTableView(:, viewForFooterInSection:) delegate function
  • Add expandableTableView(:, heightForHeaderInSection:) delegate function
  • Swift 4.2 and Xcode 10 support
  • Swift 4 and Xcode 9 support
  • Add Carthage support
  • Add ability to expand or collapse sections programatically
  • Add Swift Package Manager support
  • Add isExpandedSection(at:) -> Bool function
  • Add more documentation
  • Animation used for showing/hiding rows when expand/collapse occurs can be customised
  • Initial version