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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
## Design Pattern
Design pattern is
Check [this](https://refactoring.guru/design-patterns/swift) website for design pattern in Swift
### Delegate Pattern