A clean and simple swift class to sync UserDefaults to iCloud--based off of the Objective C class by Mugunth Kumar.
- Make sure your project has an iCloud Key-Value Store defined
- Include this file in your project
- Instantiate an instance (either in AppDelegate or SceneDelegate or whereever)
- Call 'start' -- either with a single key or an array of keys.