Merge branch 'develop' into corestore2_develop

This commit is contained in:
John Estropia
2016-06-09 18:20:58 +09:00

View File

@@ -125,7 +125,7 @@ public final class ListMonitor<T: NSManagedObject>: Hashable {
return nil
}
return sections[sectionIndex].objects?[itemIndex] as? T
return section.objects?[itemIndex] as? T
}
/**