Storage
protocol Storage
Storage provides an interface to Core data storage
-
Save context
Declaration
Swift
func saveContext() -
Context, used in main thread
Declaration
Swift
var context: NSManagedObjectContext { get } -
Remove everything, should only used in UI Tests
Declaration
Swift
func clear()
Storage Protocol Reference