jordibruin / dayssince

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate Model to Swift Data

vickipetrova opened this issue · comments

It would be able to store the data using Swift Data
Will allow:

  • iCloud sync
  • Store Images
  • Better than having everything in user defaults
  • Also will be working with classes and not structs -- would simplify some item updates

Challenges:

  • Would have to figure out how to migrate the current data from user defaults to swift data.
  • Loads of work to rewrite the whole code, but would be cleaner at the end.