From 136a15fdcd6a505c63e3f6a1deb28ff21e4d6c96 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Fri, 21 May 2021 15:53:03 -0500 Subject: [PATCH] edit UserDefault --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81613d6..c1cef1d 100644 --- a/README.md +++ b/README.md @@ -433,10 +433,10 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions lau simply move into that path and you can find the documentDirectory of your Application > if Library is not shown up, just do **Shift + Command + .** to show hidden files in your folder -### Usage -f +### Usage + As you can see in the below, intArray will stored inside the device through UserDefaults(), so that if device is shut down, changed value wil be stored in device. ```swift