G GhostDZ9 macrumors regular Original poster 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 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).