【发布时间】:2011-06-22 09:31:06
【问题描述】:
UITableView 问题:
我使用 Core Data 和这个委托方法来更新我的表格视图(当然还有一对 willChange 和 didChange)
- (void)controller:(NSFetchedResultsController *)controller didChangeSection:(id <NSFetchedResultsSectionInfo>)sectionInfo
atIndex:(NSUInteger)sectionIndex
forChangeType:(NSFetchedResultsChangeType)type {
如果我在此委托方法的末尾不询问 reloadData,为什么我的表格视图下的部分没有更新?!
【问题讨论】: