ExpandableCell icon indicating copy to clipboard operation
ExpandableCell copied to clipboard

✨ Awesome expandable, collapsible tableview cell for iOS written in Swift 5

Results 30 ExpandableCell issues
Sort by recently updated
recently updated
newest added

How to use this at Objective c project? ExpandableDelegate can't be find protocol at objective c

When I call reloadData in the expanded cell, the order of row is scrambled and not sorted in order. It only happens when compiled in Xcode 13 and run in...

Is there a way to get the Indexpath of parent list. Lets Parent { index 0 : [child1, child2, child3] index 1 : [child 1, child 2] index 2 :...

How to have sections for grouping a set of expandable cell. can we have sections to existing ExpandableCell segmented with two groups and allow to have expandableCell functionality?

Firebase report a non recurrent crash. It appears randomly. This is the crashlytics report: Fatal Exception: NSRangeException *** -[__NSArrayM objectAtIndexedSubscript:]: index 18446744073709551615 beyond bounds [0 .. 9] Controller.expandableTableView(_:expandedCellsForRowAt:) Fatal Exception:...

where to call the expandableTableView.scrollToRow(at: index, at: .top, animated: true) to get focus on expanded section?

Could you please let me know if this library supports nested expandable cells inside a parent expandable cell?

Thank you for this awesome library, I've added _ExpandableCell_ in _jonkykong/SideMenu_ pod, but when I try to push a new _ViewController_ and back to the (Side Menu) I can't click...

Hello, After changing the number of expandable rows in my dataset and call reloadData, the app crashes. This is caused by `fatal error: Index out of range` from [this line](https://github.com/younatics/ExpandableCell/blob/1f9bfc3cb6b5d4adf353c1bdda68a30782137b7c/ExpandableCell/ExpandableProcessor.swift#L160)....

We observed that pushing a UIViewController and returning back the expandedtableview looses cells' contents. We tried this in demo application with the same behaviour