CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

Deepan Subramani

1pod

DSNestedAccordion

To use the library

  • Inherit DSNestedAccordionHandler to your table view handler.
  • Provide implementation to the below listed methods
    • - (NSInteger)noOfRowsInRootLevel;
    • - (NSInteger)tableView:(UITableView *)view noOfChildRowsForCellAtPath:(DSCellPath *)path;
    • - (UITableViewCell *)tableView:(UITableView *)view cellForPath:(DSCellPath *)path;

License: MIT

  • Objective C