File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11# SwiftInjector
22SwiftInjector - library for dependency injection, maden for convinient and fast properties connection
33![ alt text] ( header.png )
4+
5+ ## Things already implemented:
6+ 1 . Auto registration and autoresolving
7+ Just for example:
8+ ![ alt text] ( example1.png )
9+ ![ alt text] ( example2.png )
10+ ![ alt text] ( example3.png )
11+
12+ 2 . Works even with private properties!
13+ 3 . Resolving and registration with 'name' parameter
14+
15+ ## Things TO DO for first release
16+ 1 . Add manual registration and resolving
17+ 2 . Add certain registration by String Key or specific arguments
18+ 3 . Perfomance test
19+ 4 . 70% Code coverage
20+ 5 . Documentation
21+
422## Rules
5231 . Properties will be automatically injected only on your class, not your parent classes.
624![ alt text] ( footer.png )
You can’t perform that action at this time.
0 commit comments