mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 21:25:38 +07:00
Update README.md
This commit is contained in:
parent
3f7846fdd2
commit
5bebdab3da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user