mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-07-16 02:41:31 +07:00
Update README.md
This commit is contained in:
@ -35,14 +35,14 @@ put .yml file into root folder and apply following code in Build Phases
|
||||
|
||||
### Delegate Pattern
|
||||
|
||||
```
|
||||
```swift
|
||||
weak var delegate: SomeProtocol?
|
||||
```
|
||||
|
||||
### Singleton Pattern
|
||||
|
||||
|
||||
```
|
||||
```swift
|
||||
class SingletonPattern {
|
||||
static let manager = SingletonPattern()
|
||||
|
||||
@ -84,7 +84,7 @@ class SingletonPattern {
|
||||
## JSON
|
||||
JSON is a language-independent data format
|
||||
> Which is relative with **KEY - VALUE** pair
|
||||
```
|
||||
```json
|
||||
{
|
||||
"main": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user