I have follow on question to Oscar's.. I am looking at the CD sample..Cool..
But I have 10 items in each view, and I'd like to split them into 2 sections, one with the first two items, one with the others.
The current class def looks like this:
SCClassDefinition *vDef = [SCClassDefinition definitionWithEntityName:@"VEntity" withManagedObjectContext:self.managedObjectContext
withPropertyNames:[NSArray arrayWithObjects:@"A", @"B", @"1", @"2", @"3", @"4", @"5", @"6", @"7", @"8", nil]];
Is there a way to do this?
Thanks
David