Update README.md

This commit is contained in:
Jungpyo Hong 2021-05-23 20:51:20 -05:00 committed by GitHub
parent 45b291b521
commit a518367e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,7 +583,7 @@ func sceneDidEnterBackground(_ scene: UIScene) {
}
```
If your target is **below iOS13**, put this line of code in side your sceneDidEnterBackground of **AppDelegate.swift** file
If your target is **below iOS13**, put this line of code in side your **applicationWillTerminate** of **AppDelegate.swift** file
```swift
self.saveContext()