Releases: jeantimex/ios-swift-collapsible-table-section
Releases · jeantimex/ios-swift-collapsible-table-section
Migrate to Swift 5
Simplify the heightForRowAtIndexPath
3.2.1 Merge pull request #26 from jeantimex/simplify-the-heightForRowAtInde…
Update constraints
Merge pull request #25 from jeantimex/use-anchors Use anchors and update document.
Updated the README document
3.1.1 Update README.md
Autosizing is in the building
We finally support the autosizing feature, huge thanks to @ohitsdaniel!
- Autosizing cells
- Performance improvements
- Warning fixes
Update README.
3.0.1 Updated readme.
Swift 3.0 is finally supported
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.
We've completed the following tasks:
- Use UITableViewHeaderFooterView
- Remove main storyboard
- Autolayout the section header programatically
- Smooth the arrow animation when expand and collapse
Migrate to Swift 2.3
Updated the demo code to work with Xcode 8.
Release v1.0
Version 1.0 is released! Added a simple demo that demonstrates how to implement collapsible table section.