Closed ruta0 closed 3 years ago
Post iOS 7, NSUserDefaults will execute save action to disk, so there is no need to explicitly call [[NSUserDefaults standardUserDefaults] synchronize]; in the code.
[[NSUserDefaults standardUserDefaults] synchronize];
It's going to be a minor performance annoyance.
Referencing to PR #118
Post iOS 7, NSUserDefaults will execute save action to disk, so there is no need to explicitly call
[[NSUserDefaults standardUserDefaults] synchronize];
in the code.It's going to be a minor performance annoyance.