RKAccordionTableView 1.0.1

RKAccordionTableView 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2017

Maintained by Pai.



  • By
  • Radhakrishna Pai

Info

RKAccordionTableView is an advanced accordion built upon UITableView.

  • Users can decide the action to be done on a section to expand/collapse. It can be a button at the side, or a tap action on the section, its upto you.
  • You can enable/disable reordering for each row or section. Reorder is done by tap and drag action on an accordion row/section.
  • Additionally there is an option to toggle Footer views in each section. Footers cannot be reordered.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 8.0+, Objective C.

Installation

RKAccordionTableView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RKAccordionTableView"

Author

Radhakrishna Pai, [email protected]

License

RKAccordionTableView is available under the MIT license. See the LICENSE file for more info.