All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
1889 days ago

Changelog History

  • v2.0.1

    February 16, 2019
  • v2.0.0

    February 16, 2019
  • v1.0.1 Changes

    August 03, 2017

    Since we manage the collapsing by controlling the number of rows in the section, thus setting the height to 0 is redundant.

    ๐Ÿš€ This release simplified the heightForRowAtIndexPath function.

  • v1.0.0 Changes

    July 31, 2017

    ๐Ÿš€ It has been a long way since I wrote the repo https://github.com/jeantimex/ios-swift-collapsible-table-section, spent the last few weeks learning how to make a pod and let people use it easily. This is the very first version of the release, new features are coming!

    • Cocoa framework development folder structure
    • ๐Ÿ‘ท Add travis CI for unit testing
    • Wrap the collapsible table view in a UIViewController to hide the implementation of collapsing table sections
    • Basic interface design, the goal is make this library easy to use and extend for more features in the future
    • โœ… Add test cases, test, test and test
    • Add several examples in the Examples project
    • ๐Ÿ“š Complete the documentation
    • ๐Ÿš€ Release 1.0.0 ๐ŸŽ‰
  • v0.0.9

    July 23, 2017
  • v0.0.8

    July 23, 2017
  • v0.0.7

    July 22, 2017
  • v0.0.5 Changes

    July 21, 2017

    Set up the example project.

  • v0.0.4

    July 21, 2017
  • v0.0.3 Changes

    July 21, 2017

    ๐Ÿ›  Fixed the git url and provided better description.