finish update userdefault

This commit is contained in:
Jungpyo Hong 2021-05-23 15:23:18 -05:00 committed by GitHub
parent 767b1a2902
commit a5692db66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,11 +476,11 @@ let defaults = UserDefaults.standard
With using set function, you can set userdefaults
<img src = "https://github.com/jphong1111/Useful_Swift/blob/main/Images/UserDefaultPlist.png" />
<img src = "https://github.com/jphong1111/Useful_Swift/blob/main/Images/UserDefaultSet.png" />
Also these function will allow to get a data from plist
<img src = "https://github.com/jphong1111/Useful_Swift/blob/main/Images/UserDefaultPlist.png" />
<img src = "https://github.com/jphong1111/Useful_Swift/blob/main/Images/UserDefaultGet.png" />
**You are GOOD TO GO** 👏👏👏