私は2 sections
と1
/59
の行を持っています。 私は行を削除するので(0行では0行を取得)、このクラッシュを取得しました(また、ブレークポイントは-[UITableView deleteRowsAtIndexPaths:withRowAnimation:]
となります)。この1の削除方法を知ることはできません)が計算されます。UITableViewセクション削除の問題
Invalid update: invalid number of sections. The number of sections contained in the table view after the update (2) must be equal to the number of sections contained in the table view before the update (2), plus or minus the number of sections inserted or deleted (0 inserted, 1 deleted)
私はこのメッセージが表示されますが、すべてのセクションのない削除はありません、-[UITableView deleteSections:withRowAnimation:]
でのブレークポイントは動作しません。
アイデア/提案はありますか?
ありがとうございます!
あなたが試したコードをさらに表示してください。 –
このリンクをチェックするhttp://stackoverflow.com/questions/29813878/invalid-update-invalid-number-of-rows-in-section – gurmandeep
beginUpdates/endUpdatesの間にreloadDataの呼び出しがありません – Aleksandr