FTFoldingTableView icon indicating copy to clipboard operation
FTFoldingTableView copied to clipboard

FTFoldingTableView. Folding cells with simple delegates, and change UI looks in a few lines.

Results 5 FTFoldingTableView issues
Sort by recently updated
recently updated
newest added

I have a view in which I need the updated height of the table content (i.e. Total height of section and visible row), so as to allow superview to scroll...

When i set Row height to UITableViewAutomaticDimension it don't work. Any rework can u suggest me to do ?

先展开section3 然后再展开sectction2 时 ,section3的 tablecell布局错乱 此时是不是应该站在 FTFoldingSectionHeaderDelegate - (void)ftFoldingSectionHeaderTappedAtIndex:(NSInteger)index 最后加入reloadData

请问支持table 控制器吗

It would be really awesome if you could have nested cells. Say, I'd like to display the following: ``` Restaurant Table Chair Chair Table Chair Restaurant Table Chair ``` I'd...