krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.14k stars 114 forks source link

Enable injection from SwiftUI views. #10

Closed lipka closed 2 years ago

lipka commented 2 years ago

In a SwiftUI only app, InjectionIII was never connected.

Not sure if there is a better place to put this?

krzysztofzablocki commented 2 years ago

I normally added this once in the app delegate but this works too, thanks

lipka commented 2 years ago

Was a bit of a head scratcher why it wasn't working when following the README instructions.

Anyway, thanks for the blog post, finally took the jump to try this out.