Skip to content

Commit 9e8110f

Browse files
authored
Update README.md
1 parent 675d2b1 commit 9e8110f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Medium post with detail description about this project: https://tech.olx.com/cle
77
* Clean Layered Architecture https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
88
* Advanced iOS App Architecture https://www.raywenderlich.com/8477-introducing-advanced-ios-app-architecture
99
* MVVM
10-
* Router
1110
* Data Binding
1211
* Dependency Injection
12+
* SwiftUI and UKit view implementations by reusing same ViewModel (at least Xcode 11 required)
1313

1414
## Includes:
1515
* Unit Tests for Use Cases(Domain Layer), ViewModels(Presentation Layer), NetworkService (Infrastructure Layer)
1616
* UI test with XCUITests
1717
* 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)
1919

2020

2121
## Requirements:

0 commit comments

Comments
 (0)