I want to be able to access NSDictionary objects using a key path syntax...
23/07/03 18:56
How to access (set and get) dictionary objects using a key path syntax like @"a.b.c." ? |
First solution: | NSKeyValueCoding protocol.
How to access (set and get) dictionary objects using a key path syntax like @"a.b.c." ? |
First solution: | NSKeyValueCoding protocol.