Persistence
Atomic file writes
A notes app saves Data to Documents/notes.json. Select all the correct statements about file writes.
try data.write(to: url, options: [.atomic])Pick all that apply
Atomic file writes
A notes app saves Data to Documents/notes.json. Select all the correct statements about file writes.
try data.write(to: url, options: [.atomic])Pick all that apply
PersistenceShort answerBasics
Users complain that the app takes up 2GB of their iCloud backup, and review flagged you o…
#filemanager #documents
PersistenceMultiple choiceIntro
You want to store a few thousand thumbnail images locally that you can download again at …
#filemanager #documents
PersistenceShort answerIntro
A new iOS project has to store a favorites list, the login session, downloaded PDFs, and …
#filemanager
ConcurrencyShort answerBasics
This code gets called from several threads, and count comes out lower than expected. Can …
#atomic