Coredata data storing types iOS swift
Solution:
In most of the time we are storing the Coredata as in sql format.But it had different type to save the data.
In most of the time we are storing the Coredata as in sql format.But it had different type to save the data.
- XML
- Binary
- Sqlite
- In-Memory
NSpersistant store is commonly used for storing and retrieving the data in coredata.You can use sortdescriptors to fetch the organized data based on the attributes.
Comments
Post a Comment