AECollapsableCollectionView 0.0.2

AECollapsableCollectionView 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2016

Maintained by William Wang.



  • By
  • William Wang

A collapsable UICollectionView work with section head.

This library is inspired by the anther similar project APLExpandableCollectionView. That shortcoming of that project is that it need comsumer to prepare extra collection cell as the clickable header to tigger the collapse or expand action. As a result, the developer have to take more effort to deal with the stuffs besides their core business logic.

AECollapsableCollectionView defined the toggle method for a spefic section, so that the developers can trigger the toggle action conventiently. The section can be expanded by tapping the button in the header view. You can check detail in the sample project.

Installation

pod 'AECollapsableCollectionView'

Authors

William Wang

License

MIT