添加用户后同步数据crash

This commit is contained in:
life
2015-11-08 22:46:33 +08:00
parent 8dbfdf9eb3
commit 2f476cefcb
6 changed files with 19 additions and 23 deletions

View File

@@ -112,7 +112,7 @@
// table
[self setTableStyle:self.tableView];
[self setTableStyle:self.searchDisplayController.searchResultsTableView];
// [self setTableStyle:self.searchDisplayController.searchResultsTableView];
// cate
if(self.delegate) {
@@ -695,9 +695,6 @@
[tableView deleteSections:[NSIndexSet indexSetWithIndex:sectionIndex]
withRowAnimation:UITableViewRowAnimationFade];
break;
case NSFetchedResultsChangeMove:
case NSFetchedResultsChangeUpdate:
break;
}
}