Hello my friend,
You nice expandable tableview works well for static data array. However, when my array changes (mutable), I trigger [tableview reloadData]; which doesn't call numberOfParentCells and so it has the outdated number of rows, which results in crashes because of outbound exception. I don't have much time, so could you fix that, as you're familiar with the code.
Thank you.