4
活動的指標我在小區活動的指標。細胞NSFetchedResultsController
保存狀態在細胞
func controller(controller: NSFetchedResultsController, didChangeObject anObject: AnyObject, atIndexPath indexPath: NSIndexPath?, forChangeType type: NSFetchedResultsChangeType, newIndexPath: NSIndexPath?) {
switch type {
case .Update:
if let _indexPath = indexPath {
self.tableView.reloadRowsAtIndexPaths([_indexPath], withRowAnimation: .None)
}
}
我的問題,重裝一行之後,活動指示燈狀態設置爲0,再次和動畫看起來與抽搐更新。
這是可能以某種方式保存指標狀態或不重新裝入...