update design pattern part

This commit is contained in:
Jungpyo Hong
2021-04-13 16:00:57 -05:00
committed by GitHub
parent 397009a1a5
commit bdb47257f5

View File

@ -35,6 +35,8 @@ The way of force you to adapt coding convention
put .yml file into root folder and apply following code in Build Phases put .yml file into root folder and apply following code in Build Phases
## Design Pattern ## Design Pattern
Design pattern is
Check [this](https://refactoring.guru/design-patterns/swift) website for design pattern in Swift
### Delegate Pattern ### Delegate Pattern