mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-01-03 13:31:09 +07:00
add description about observer pattern
This commit is contained in:
parent
c1b214bd83
commit
c4696e7e2f
@ -92,6 +92,8 @@ class SingletonPattern {
|
|||||||
|
|
||||||
### Observer Pattern
|
### Observer Pattern
|
||||||
|
|
||||||
|
The observer pattern lets one object observe changes on another object. Apple added language-level support for this pattern in Swift 5.1 with the addition of Publisher in the Combine framework.
|
||||||
|
|
||||||
|
|
||||||
## Code Structuring
|
## Code Structuring
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user