I am making an app for iOS 8 with Swift. I need to store long lists of strings. These will need to be read at any time during the app. What is the easiest way to accomplish this? XML files, plain text files, binary files?
The usual from Objective-C experiences applies. You can really use any of the methods you mention. Some comments:
e.g. for plist:
let wordList = NSArray(contentsOfFile: path)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With