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.
To run the example project, clone the repo, and run pod install
from the Example directory first.
iOS 8.0+, Objective C.
RKAccordionTableView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RKAccordionTableView"
Radhakrishna Pai, [email protected]
RKAccordionTableView is available under the MIT license. See the LICENSE file for more info.