Eirias
Results
2
comments of
Eirias
It's not possible to access camera of your development machine to be used as simulator camera. Camera functionality is not available in any iOS version and any Simulator. You will...
Check the [RootViewModifier](https://github.com/nalexn/clean-architecture-swiftui/blob/master/CountriesSwiftUI/UI/RootViewModifier.swift) on the master branch, it uses: `@Environment(\.injected) private var injected: DIContainer` which uses the `extension EnvironmentValues { var injected: DIContainer { get { self[DIContainer.self] } set {...