j4wang / ToDoList

Assignment #2 (Initial Commit)
0 stars 0 forks source link

Refactored Code #3

Open j4wang opened 10 years ago

j4wang commented 10 years ago

/cc @nesquena @timothy1ee

Updated code to incorporate feedback from Issue #2 .

Updates include:

Looking forward to your feedback.

timothy1ee commented 10 years ago

Good work. Make sure to call [[NSUserDefaults standardUserDefaults] synchronize] after you set keys. This will flush the key/values to disk. It will eventually synchronize itself, but you should manually call it to force immediate synchronization.