CRUD Operations With Core Data
Sometimes local storage is all that’s needed for an app
Nov 7 · 6 min read

Mobile applications nowadays use some kind of remote storage most of the time, but now and then you may have a special case where you need to save data locally. It could be used to make sure your application works offline. You can then sync the data back to your remote server when a connection is established. There are…


