samedi 26 septembre 2015

How to store lots of text in a Swift iOS Xcode project?

I'm creating an interactive game that involves asking many multiple choice questions. To do so, I need to store a bunch of question records with associated question text, response option text, and various other properties. Would this type of read access to lots of text be best suited to SQLite, or is this something I can do in Core Data? Or is there a better option?

Aucun commentaire:

Enregistrer un commentaire