You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: