Update README.md

This commit is contained in:
Jungpyo Hong 2021-04-10 04:05:27 -05:00 committed by GitHub
parent 3f7846fdd2
commit 5bebdab3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
### Content
- [Coding convention](#Coding-convention)
- [Design Pattern](#Design-Pattern)
- [UIDesign](#UIDesign)
- [API](#API)
- [JSON](#JSON)
@ -24,6 +25,10 @@ The way of force you to adapt coding convention
put .yml file into root folder and apply following code in Build Phases
### Design Pattern
## Delegate pattern
## UIDesign
### HIG(Human Interface Guidelines)
@ -56,7 +61,6 @@ JSON is a language-independent data format
```
{
"main": [
{
"title": "example1",
"body": "body example1"
@ -69,6 +73,7 @@ JSON is a language-independent data format
}
```
### JSON parser extension for Chrome
This extension makes JSON more structable
[JSON parser pro](https://chrome.google.com/webstore/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc) **FREE** :+1:
## Third Party Library