Florian Schweizer

Results 5 comments of Florian Schweizer

I just scrolled throught the open issues and found this one. Is there a bit more context? Do you need help with it?

Alright, I'll start the rewrite then. Is iOS 13.0 still the minimum version requirement or are you planning on increasing it to 14 or 15? Some (rather important) features only...

Sounds good! Integrating the SwiftUI Views will take a while, as I'm not experienced there. But the first View is already almost done (Lectures).

I didn't get to work on this over the last week, but here's a small progress update: - theoretically everything works - the custom Collection implementation/conformance crashes a SwiftUI `ForEach`...

When you're setting the dependency, you can just pass your arguments via the initialiser, e.g. `DependencyValues[\.userService] = MockUserService(myParameter1: 0, myParameter2: true)` Does this help?