mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-07-26 23:59:19 +07:00
Update README.md
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
## Content
|
## Content
|
||||||
- [Coding convention](#Coding-convention)
|
- [Coding convention](#Coding-convention)
|
||||||
- [Design Pattern](#Design-Pattern)
|
- [Design Pattern](#Design-Pattern)
|
||||||
|
- [Code Structuring](#Code-Structuring)
|
||||||
|
- [MVC]
|
||||||
- [UIDesign](#UIDesign)
|
- [UIDesign](#UIDesign)
|
||||||
- [API](#API)
|
- [API](#API)
|
||||||
- [JSON](#JSON)
|
- [JSON](#JSON)
|
||||||
@ -43,7 +45,9 @@ class SingletonPattern {
|
|||||||
private init() {}
|
private init() {}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
## Code Structuring
|
||||||
|
|
||||||
|
### MVC
|
||||||
|
|
||||||
## UIDesign
|
## UIDesign
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user