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

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift