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.

  • 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

Popular posts from this blog

How to blink a button iOS swift?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope