Releases: jeantimex/CollapsibleTableSectionViewController
Releases · jeantimex/CollapsibleTableSectionViewController
Simplify the heightForRowAtIndexPath
The first public release!
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
0.0.9 Update README.md
Removed main storyboard from the example project
Merge pull request #17 from jeantimex/remove-main-storyboard-in-example Removed main storyboard.
Update pod project structure
Merge pull request #10 from jeantimex/update-pod-project-structure Update pod project structure.
Example project up and running
Set up the example project.
Update docs
Merge pull request #7 from jeantimex/added-docs Added docs.
Updated pod spec to pass linting
Fixed the git url and provided better description.
Fixed the source file setting in pod spec
Changed it to s.source_files = "Classes/**/*.swift"
Initial Project Setup
This is the initial project setup for testing the pod spec.