sdarlington / SDCloudUserDefaults

Store NSUserDefaults and iCloud data at the same time.
Apache License 2.0
108 stars 17 forks source link

Added functionality to simplify the initialisation of the wrapper. #11

Open pkclsoft opened 8 years ago

pkclsoft commented 8 years ago

These changes were primarily to facilitate Shared iPad support.

I've also set the synchronize to happen more often because the delay was too great (IMO).

sdarlington commented 8 years ago

Incidentally, I deliberately left calling synchronise to the host app as it's not quite as simple as "more often is better." When using the iCloud version, calls get throttled if you use it too often, which results in the save happening less often.