Using Defaults to share among multiple frameworks?
Maschina opened this issue · 1 comments
Maschina commented
Generic question: Is it feasible to use the Defaults
framework to keep the UserDefaults data synched among the multiple frameworks that my app is currently relying on? I am currently using several frameworks to structure and maintain my code base. Thanks for your short view on this.
sindresorhus commented
I don't see any problem in doing that. They will all share the UserDefaults.standard
suite under the hood. So technically there's no "syncing".