nested NSDictionary from plist
问题 I have a plist, with main NSDictionary, in which its keys are dates. For every date, I have a NSDictionary in which the keys are (let's say) categories. Every Category holds Keys and values. I would like to create 2 variables that each will hold the correct NSDictionary: NSDictionary *dates = ? NSDictionary *Categories = ? Below is my plist, please help to understand how this should be done. **Note: I do know how to assign the first dates dictionary from the plist... just stuck with the