Skip to content

Releases: jeantimex/ios-swift-collapsible-table-section

Migrate to Swift 5

16 Aug 06:09
c6a883f
Compare
Choose a tag to compare
5.0.0

Update README.md

Simplify the heightForRowAtIndexPath

03 Aug 17:12
Compare
Choose a tag to compare
3.2.1

Merge pull request #26 from jeantimex/simplify-the-heightForRowAtInde…

Update constraints

01 Aug 22:14
Compare
Choose a tag to compare
Merge pull request #25 from jeantimex/use-anchors

Use anchors and update document.

Updated the README document

19 Jul 18:35
Compare
Choose a tag to compare
3.1.1

Update README.md

Autosizing is in the building

18 Jul 23:48
Compare
Choose a tag to compare

We finally support the autosizing feature, huge thanks to @ohitsdaniel!

  • Autosizing cells
  • Performance improvements
  • Warning fixes

Update README.

18 Jun 01:34
Compare
Choose a tag to compare
3.0.1

Updated readme.

Swift 3.0 is finally supported

16 Jun 18:11
Compare
Choose a tag to compare

Huge thanks to @vjujjavarapu! We finally support Swift 3.0!

  • Migrated to Swift 3.0
  • Fixed an auto layout warning in table view header
  • Updated readme

What's coming next:

  • Dynamic cell height

Complete the demo for Swift 2.3.

01 Oct 22:53
Compare
Choose a tag to compare

We've completed the following tasks:

  1. Use UITableViewHeaderFooterView
  2. Remove main storyboard
  3. Autolayout the section header programatically
  4. Smooth the arrow animation when expand and collapse

Migrate to Swift 2.3

26 Sep 18:47
Compare
Choose a tag to compare

Updated the demo code to work with Xcode 8.

Release v1.0

31 May 15:01
Compare
Choose a tag to compare

Version 1.0 is released! Added a simple demo that demonstrates how to implement collapsible table section.