G GhostDZ9 macrumors regular Original poster Sep 13, 2010 118 0 Jun 2, 2011 #1 Hey Guys, I have a MutableArray that takes in its values based on user selection, I want to be able to write that to the plist. How do I go about doing that? Ghost
Hey Guys, I have a MutableArray that takes in its values based on user selection, I want to be able to write that to the plist. How do I go about doing that? Ghost
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Jun 2, 2011 #2 Look at it's superclass documentation (NSArray) for suitable methods (hint you want to write to a file).
Look at it's superclass documentation (NSArray) for suitable methods (hint you want to write to a file).