An open API service indexing awesome lists of open source software.

https://github.com/muhrifqii/t-dota-ios

swiftui demo iOS app using viper architecture
https://github.com/muhrifqii/t-dota-ios

coredata hacktoberfest ios-app opendota-api swiftui swiftui-demo swiftui-example swiftui-learning swiftui-lists viper-architecture

Last synced: about 2 months ago
JSON representation

swiftui demo iOS app using viper architecture

Awesome Lists containing this project

README

          


Dota Char Stat


An iOS SwiftUI OpenDota Heroes Browser built with (almost) VIPER









 

 

### Stack used in this project
- SwiftUI
- Coredata
- Codable
- Carthage (https://github.com/Carthage/Carthage)
- Alamofire (https://github.com/Alamofire/Alamofire)
- Moya (https://github.com/Moya/Moya)
- Kingfisher SwiftUI (https://github.com/onevcat/Kingfisher)
- QGrid (https://github.com/Q-Mobile/QGrid)
- Introspect (https://github.com/siteline/SwiftUI-Introspect)

### Architecture being used is VIPER
To proof that Routing (or Coordinating or Wireframing) on SwiftUI is hard to implement with vanilla VIPER when using `NavigationLink`

```sequence
|Wireframe| <-- (as Dependency Injection, its not used as router here)
__|__ | | | |
|SwiftUI| <--> |View| <--> |Presenter| <--> |Interactor| <--> |Entity|
```