needle
needle copied to clipboard
Compile-time safe Swift dependency injection framework
Resolved [SR-8704](https://bugs.swift.org/browse/SR-8704) issue by [19217](https://github.com/apple/swift/pull/19217) We can remove unused nil coalescing and comments.
How you pass values from view to another view in needle? In your examples you use dependency ViewModel, but what if I need to pass some value to init ViewModel?...
Hello Team, We are looking into re-using Components for our integration testing purposes. We plan on using a separate DI hierarchy for the testing purpose, and wanted to re-use most...
It would be nice if the framework allowed for lower scope to have an optional property provided by an ancestor scope with a non-optional of the same type. Like was...
> Thanks for correcting the ko_KR document - fix image path in ko_KR GENERATOR.md - fix image path in ko_KR API.md - Add dynamic dependency documentation in ko_KR API.md -...
Hello Uber team, @rudro Could you please push the latest spec to Cocoapods? It looks outdated for a long time.
To my understanding, there are basically two steps the generator performs to ensure compile time safety. 1. Try to ensure components are only instantiated from inside their parent components. This...
Hey, I'm currently evaluating using Needle in our app and it looks quite promising. It took me quite some time to figure out, why the generator generated nothing beyond my...
# Introduction of Weak Singleton Needle has been providing users with singleton dependencies through its shared method, which is the most common use case for dependency injection. However, there are...
- Add a subspec to be able to use generator under a `/Generator/*` directory. Originally, we couldn't use the generator when we download through Pod cuz source files is specified...