iOS Question Clear/Remove all from ExpandableTableView

miker2069

Active Member
Licensed User
Longtime User
I'm using a ExpandableTableView as property sheet in an app. What's the best way of removing all rows/cells from an ExpandableTableView instance? I tried using ExpandableTableView.tv.clear (using the .clear method of standard uiTableView does exactly that). I can't seem to figure out to get it to clear. Do I need to remove each cell individually?
 
Top