File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Medium post with detail description about this project: https://tech.olx.com/cle
7
7
* Clean Layered Architecture https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
8
8
* Advanced iOS App Architecture https://www.raywenderlich.com/8477-introducing-advanced-ios-app-architecture
9
9
* MVVM
10
- * Router
11
10
* Data Binding
12
11
* Dependency Injection
12
+ * SwiftUI and UKit view implementations by reusing same ViewModel (at least Xcode 11 required)
13
13
14
14
## Includes:
15
15
* Unit Tests for Use Cases(Domain Layer), ViewModels(Presentation Layer), NetworkService (Infrastructure Layer)
16
16
* UI test with XCUITests
17
17
* Size Classes in Detail view
18
- * SwiftUI example, demostration that presentation layer does not change, only UI (Xcode 11 Beta )
18
+ * SwiftUI example, demostration that presentation layer does not change, only UI (at least Xcode 11 required )
19
19
20
20
21
21
## Requirements:
You can’t perform that action at this time.
0 commit comments