I am using a collapsible table view with reloadable table view and I have added a delegate for apply changes and when some changes are been done, I got the error on each and every occasion in that delegate about *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of sections. The number of sections contained in the table view after the update (6) must be equal to the number of sections contained in the table view before the update (0), plus or minus the number of sections inserted or deleted (0 inserted, 0 deleted).
I am using a collapsible table view with reloadable table view and I have added a delegate for apply changes and when some changes are been done, I got the error on each and every occasion in that delegate about
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of sections. The number of sections contained in the table view after the update (6) must be equal to the number of sections contained in the table view before the update (0), plus or minus the number of sections inserted or deleted (0 inserted, 0 deleted).