CocoaDev

Edit AllPages

I am trying to create a dictionary-like, bindings enabled data structure. It has a custom to-many relationship key named “entries” which I implemented using this custom code:

When I (or the bindings layer) try to invoke methods from the array of mutableArrayValueForKey:@”entries”, this exception is thrown:

Am I doing something wrong? – l0ne aka EmanueleVulcano