Chapter 1. Saving and Extracting Data
Since their launch, iOS devices have always attracted developers in ever-increasing numbers. There are numerous applications for iOS devices available in the market. While developing applications, we frequently need to save application data into the device's local memory.
In this chapter, you will learn various ways to read and write data to iOS device directory.
In this chapter, we will cover:
- The Documents directory
- Saving data using the RAW file
- Saving data in the SQLite database
- Learning about Core data