0

我正在使用 Apple https://developer.apple.com/LIBRARY/IOS/samplecode/TableViewUpdates/Introduction/Intro.html的以下示例来创建可扩展部分,此时我的所有数据都在 sqlite 中(核心数据)因为 icloud 的东西(跨设备同步)。我的主要问题是,任何时候我想从 UITableView 中删除一个部分,我都必须调用

[self.tableView deleteRowsAtIndexPaths:indexPathsToDelete withRowAnimation:UITableViewRowAnimationTop];

正确的方法是从sqlite中删除实体关于这个主题有什么帮助吗?

4

0 回答 0