标签: objective-c delete-row
我使用SKTableview来扩展和折叠单元格。一切都很好,我不能从表中删除一个子行。它注意到,当我重新加载numberOfSubRowsAtIndexPath:(NSIndexPath *)indexPath并且应用程序在tableview方法中崩溃时,未调用cellForSubRowAtIndexPath:(NSIndexPath *)indexPath方法。
SKTableview
numberOfSubRowsAtIndexPath:(NSIndexPath *)indexPath
tableview
cellForSubRowAtIndexPath:(NSIndexPath *)indexPath
我该如何解决这个问题?或者是否存在具有子行删除属性的替代可扩展tableview。