add MVC picture

This commit is contained in:
Jungpyo Hong 2021-04-13 01:33:49 -05:00 committed by GitHub
parent 176a779793
commit 397009a1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
<img src="https://github.com/jphong1111/Useful_Swift/blob/main/Images/swift.jpeg"> <img src="https://github.com/jphong1111/Useful_Swift/blob/main/Images/swift.jpeg">
</div> </div>
## Content ## Content
- [Coding convention](#Coding-convention) - [Coding convention](#Coding-convention)
- [Design Pattern](#Design-Pattern) - [Design Pattern](#Design-Pattern)
@ -55,6 +56,10 @@ class SingletonPattern {
### MVC ### MVC
<div align="center">
<img src="https://github.com/jphong1111/Useful_Swift/blob/main/Images/MVCModel.png">
</div>
### MVVM ### MVVM
## UIDesign ## UIDesign