Update README.md

This commit is contained in:
Jungpyo Hong 2021-06-28 12:18:41 -05:00 committed by GitHub
parent 459f360810
commit 41799e02ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,6 +237,8 @@ For more info, go [Apple Developer Site](https://developer.apple.com/documentati
[KVO vs KVC](https://medium.com/hackernoon/kvo-kvc-in-swift-12f77300c387)
We are using KVC in Storyboard!
## Singleton
singleton pattern is to ensure only one instance of a class is alive at any one time.