Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vavarm/swiftui_mvvm
Model-View-ViewModel controller written in Swift with SwiftUI
https://github.com/vavarm/swiftui_mvvm
mvvm observer-pattern swift swiftui
Last synced: about 2 months ago
JSON representation
Model-View-ViewModel controller written in Swift with SwiftUI
- Host: GitHub
- URL: https://github.com/vavarm/swiftui_mvvm
- Owner: vavarm
- License: gpl-3.0
- Created: 2024-02-20T21:24:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T19:51:18.000Z (11 months ago)
- Last Synced: 2024-02-23T16:36:34.496Z (11 months ago)
- Topics: mvvm, observer-pattern, swift, swiftui
- Language: Swift
- Homepage:
- Size: 372 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUI MVVM
Example of a Model-View-ViewModel controller written in Swift with SwiftUI using the Observer Pattern
## Diagram of the architecture
![Diagram](MVVM_Diagram.png)