KCOrderedAccessorFix icon indicating copy to clipboard operation
KCOrderedAccessorFix copied to clipboard

Fixes "CoreDataGeneratedAccessors" for ordered, to-many relationships.

Results 4 KCOrderedAccessorFix issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

question