Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[tableView reloadData]; を使用せずにテーブル ビューのコンテンツをクリアする方法はありますか。
何をしても、TableView のデータソースをクリアしないと、ユーザーがテーブルをスクロールすると、適切なコンテンツを含む新しいセルまたは再利用されたセルがテーブルに入力されます。deleteRowsAtIndexPaths:withRowAnimation:TableView メソッドを使用することもできますが、セルが削除されると、データソースに残っているものをテーブルに入力しようとします。したがって、最初にそれを明確にしてください。
deleteRowsAtIndexPaths:withRowAnimation: