-
I had a problem when I created two objects using `resolve(service:argument)` method from two different threads. These object are quite large and take about 60ms to create. It looked something like thi…
-
Thank you for Swinject!
Would it be possible to install SwinjectStoryboard via Cocoapods like Swinject?
paulz updated
8 years ago
-
Following along the documentation for Swinject, I'm trying to use storyboard injection. I have the following code, but I'm getting this unresolved identifier issue that defaultContainer is not recogni…
-
Ideal API would be
```
Container.register(service:initiliazer:)
```
however, as pointed out in [this comment](https://github.com/Swinject/Swinject/issues/132#issuecomment-242022958) it would colide…
-
Hello, I have the following case:
```
protocol ViewProtocol {
func foo()
}
class AViewController: UIViewController, ViewProtocol {
public var b: B?
}
class B {
private let view: ViewProtoc…
-
To gain some users, it would be nice if you mentioned CodeGen in the Readme of Swinject 😃
-
Info:
```
Swinject 2.0.0-beta.1
SwinjectStoryboard 1.0.0-beta.1
```
I have created assemblies like so:
```
class SwinjectManagerAssembly: AssemblyType {
func assemble(container: Container) {
…
-
Hi, I'm feeling very comfortable with this lib, I'm comming from Symfony2.
There is one thing that I don't get here, each time I call "resolve(User.self)" to get the User service, it get re created ea…
-
I have a class registered with a SwinjectStoryboard+Setup file. I'd like to pass an argument when I resolve the class so that I can pass a delegate to the constructor of the class before swinject pass…
-
Need to update our project file for Xcode 8 in the same way as Himotoki did:
https://github.com/ikesyo/Himotoki/pull/130