-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# TemplateProject | ||
An iOS template project implementing MVVM pattern in Swift around a currency exchange rate app. | ||
|
||
Related to that project, I shared my approach in an article how to implement an MVVM pattern: https://benoitpasquier.com/ios-swift-mvvm-pattern/ | ||
* Step by step blog post: https://benoitpasquier.com/ios-swift-mvvm-pattern/ | ||
* RxSwift: https://benoitpasquier.com/integrate-rxswift-in-mvvm/ | ||
* SwiftUI + Combine version: https://benoitpasquier.com/swiftui-what-has-changed-in-mvvm-pattern-swift/ | ||
|
||
You can find the version with SwiftUI and Combine here: https://benoitpasquier.com/swiftui-what-has-changed-in-mvvm-pattern-swift/ | ||
_Like this project? Feel free to follow me on [Twitter](https://benoitpasquier.com/benoitpasquier_) to get the latest update._ | ||
|
||
I recently added unit testing for a MVVM architecture: https://benoitpasquier.com/unit-test-swift-mvvm-pattern/ | ||
|
||
A RxSwift version is available under `rxswift` branch: https://benoitpasquier.com/integrate-rxswift-in-mvvm/ | ||
--- | ||
|
||
![iOS MVVM Pattern](https://benoitpasquier.com/images/2018/01/ios-swift-mvvm-pattern-sample.png) |