Closed mabdullahsaeed closed 7 years ago
Hey @mabdullahsaeed, it's possible to delete all the data calling the method removeStore()
on your storage. Let me know if that helps.
https://github.com/carambalabs/SugarRecord/blob/master/SugarRecord/Source/CoreData/Storages/CoreDataDefaultStorage.swift#L104
Using SugarRecord with Swift 3. Is it possible to delete all data (for example when user logs out) of core data? Not the models/entities but data in the models/entities?
My SugarRecordManager.swift