KCOrderedAccessorFix
KCOrderedAccessorFix copied to clipboard
Fixes "CoreDataGeneratedAccessors" for ordered, to-many relationships.
Hello. This is a question - but I don't know how to tag it so. I am using KCOrderedAccessorFix in my 2014 Obj-C project, and it has been serving me...
This was originally part of another project, but it probably deserves its own project and associated test cases now.
The `README` states that the following methods are generated, but how on Earth is the user supposed to call them?: ``` objc - (void)insertObject:(NSManagedObject *)value inAtIndex:(NSUInteger)idx; - (void)removeObjectFromAtIndex:(NSUInteger)idx; - (void)insert:(NSArray...