diff --git a/README.md b/README.md index 34e4e7f..ab91317 100644 --- a/README.md +++ b/README.md @@ -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)