I set a property with this declaration:
@property (nonatomic,retain) NSDictionary *itemData;
to a dictionary with 1 key - val pair. The table view in my view then gets the one value for the dictionary fine as a section header. But when I go back to access that very same value, it is nil.
Any suggestions? I have been working on this for an hour and picking through documentation and I am ready to continue coding.