¡@

Home 

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

iphone Programming Glossary: self.artistdetailsarray

How to Save NSMutableArray into plist in iphone

http://stackoverflow.com/questions/9356929/how-to-save-nsmutablearray-into-plist-in-iphone

new in iphone i want to save NSMutableArray data into plist file my Code is NSArray array NSArray alloc initWithArray self.artistDetailsArray self.artistDetailsArray writeToFile self.path atomically YES but it shows 0 element in my plist path. please any help me... save NSMutableArray data into plist file my Code is NSArray array NSArray alloc initWithArray self.artistDetailsArray self.artistDetailsArray writeToFile self.path atomically YES but it shows 0 element in my plist path. please any help me. Thanks in advance following.. self.path self.ResumedataDictionary NSMutableDictionary alloc initWithDictionary dict dict release self.artistDetailsArray NSMutableArray alloc initWithArray self.ResumedataDictionary objectForKey @ artistDetailsDict To get stored value from NSUserDefault..