swift2 - What is the best method to store data on Apple Watch -


i'm programming app needs store data files (or non-volatile method). have nsuserdefaults not idea case since i'm storing arrays of structs. tried storing c's fwrite() options seems inefficient. questions now: how can efficiently store data apple watch's storage swift

apple's core data persistence engine of choice complex data structures. integrated apple's other frameworks , under active development , mature.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -