AppleGuice
AppleGuice copied to clipboard
Effortless dependency injection framework for Objective-C
Results
3
AppleGuice issues
Sort by
recently updated
recently updated
newest added
This PR brings the ability to auto inject into swift classes. Writing something like that in a swift class (That inherits eventually from NSObject) `@objc var _ioc_testService: TestServiceProtocol?` Will cause...
dependencies inside a UIViewController that is initialized with a storyboard are always null. The reason for that is that VCs that are created this way (not with `[[UIViewController alloc] init]`)...
bug