mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-02-06 01:03:36 +07:00
Update README.md
This commit is contained in:
parent
2bf09d182c
commit
4f6ddc6f33
@ -221,6 +221,11 @@ class DataManager {
|
|||||||
|
|
||||||
## Factory
|
## Factory
|
||||||
|
|
||||||
|
Factory method is a creational design pattern which solves the problem of creating product objects without specifying their concrete classes.
|
||||||
|
|
||||||
|
- [Factory Method in Swift](https://refactoring.guru/design-patterns/factory-method/swift/example)
|
||||||
|
- [The Factory Pattern using Swift](https://stevenpcurtis.medium.com/the-factory-pattern-using-swift-b534ae9f983f)
|
||||||
|
|
||||||
## Observer
|
## Observer
|
||||||
|
|
||||||
Observer is a behavioral design pattern that allows some objects to notify other objects about changes in their state.
|
Observer is a behavioral design pattern that allows some objects to notify other objects about changes in their state.
|
||||||
|
Loading…
Reference in New Issue
Block a user