How to store text information in annex iOS?
-
I need to set up a reference annex that will contain various articles that should be stored in the annex itself rather than on the server or website.
How do I keep the texts of these articles in the annex?
-
Use https://developer.apple.com/library/tvos/documentation/Cocoa/Conceptual/CoreData/index.html - the best way, http://www.raywenderlich.com/115695/getting-started-with-core-data-tutorial Swift
You can also keep prescriptions in plist file, http://rebeloper.com/read-write-plist-file-swift/ Swift