From a518367e0140180cf0988243a6884ed7d8bcfeed Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Sun, 23 May 2021 20:51:20 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d7f5a..1940b04 100644 --- a/README.md +++ b/README.md @@ -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()