Skip to content

Releases: jeantimex/CollapsibleTableSectionViewController

Simplify the heightForRowAtIndexPath

03 Aug 18:50
Compare
Choose a tag to compare

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.

The first public release!

31 Jul 05:35
Compare
Choose a tag to compare

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 🎉

Added travis to test the framework

23 Jul 05:28
Compare
Choose a tag to compare
0.0.9

Update README.md

Removed main storyboard from the example project

23 Jul 04:23
Compare
Choose a tag to compare
Merge pull request #17 from jeantimex/remove-main-storyboard-in-example

Removed main storyboard.

Update pod project structure

22 Jul 05:56
Compare
Choose a tag to compare
Merge pull request #10 from jeantimex/update-pod-project-structure

Update pod project structure.

Example project up and running

21 Jul 20:49
Compare
Choose a tag to compare

Set up the example project.

Update docs

21 Jul 17:19
Compare
Choose a tag to compare
Merge pull request #7 from jeantimex/added-docs

Added docs.

Updated pod spec to pass linting

21 Jul 17:05
Compare
Choose a tag to compare

Fixed the git url and provided better description.

Fixed the source file setting in pod spec

21 Jul 16:57
Compare
Choose a tag to compare

Changed it to s.source_files = "Classes/**/*.swift"

Initial Project Setup

21 Jul 16:49
Compare
Choose a tag to compare

This is the initial project setup for testing the pod spec.