Update README.md

This commit is contained in:
Jungpyo Hong 2021-04-13 16:02:14 -05:00 committed by GitHub
parent d308543954
commit f73fe28c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,10 @@ class SingletonPattern {
private init() {} private init() {}
} }
``` ```
### Observer Pattern
## Code Structuring ## Code Structuring
### MVC ### MVC
@ -65,6 +69,8 @@ class SingletonPattern {
### MVVM ### MVVM
### Viper
## UIDesign ## UIDesign
### HIG(Human Interface Guidelines) ### HIG(Human Interface Guidelines)