¡@

Home 

2014/10/15 ¤U¤È 10:13:51

iphone Programming Glossary: self.tips

NSManagedObjects that I own being released by main.m?

http://stackoverflow.com/questions/2375551/nsmanagedobjects-that-i-own-being-released-by-main-m

sortDescriptor release tipsMutableDictionary setObject NSArray arrayWithArray tipsToSort forKey category name self.tips tipsMutableDictionary tipsMutableDictionary release Now self.tips which is a retained NSDictionary property on my root view.. arrayWithArray tipsToSort forKey category name self.tips tipsMutableDictionary tipsMutableDictionary release Now self.tips which is a retained NSDictionary property on my root view controller is set up to contain arrays of NSManagedObjects. I.. 14 The referenced line of code from above Users RootViewController.m 32 is NSArray tipsArray NSArray arrayWithArray self.tips objectForKey categoryNameString All that I can tell from this is that the objects I am trying to access from self.tips have..