How to write multiple arrays in plist in iPhone?
问题 I have ten arrays in my application. I want to write those array values into the (document s directory)plist. Is possible to put 10 arrays into the one plist?.Else i will create separate plist for each arrays. Which one is possible to implement my application?. Please guide me and give some sample links. Thanks 回答1: It's pretty easy to do all you want. How to make a file path to your applications document directory: NSArray* paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,