TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Elvis Nuñez.
NSDictionary *dictionary = [NSManagedObject andy_dictionaryOfIDsAndFetchedIDsInContext:self.managedObjectContext
usingLocalKey:@"remoteID"
forEntityName:@"User"];
This will be a dictionary that has as keys your primary key, such as the remoteID
, and as value the NSManagedObjectID
.
NSManagedObject-ANDYObjectIDs is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'NSManagedObject-ANDYObjectIDs'
Elvis Nuñez, [email protected]
NSManagedObject-ANDYObjectIDs is available under the MIT license. See the LICENSE file for more info.