File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 88
99SwiftInjector - library for dependency injection, maden for convinient and fast properties connection
1010
11+ ## [ How to use it? ] ( https://github.com/Hadevs/SwiftInjector/wiki )
12+ Go to the [ wiki] ( https://github.com/Hadevs/SwiftInjector/wiki ) !
13+
1114## Things already implemented:
12151 . Auto registration and autoresolving
13- Just for example:
14- ![ alt text] ( example_1.png )
15- ![ alt text] ( example_2.png )
16- ![ alt text] ( example_3.png )
17-
16+ 2 . Manual registration
18172 . Works even with private properties!
19183 . Resolving and registration with 'name' parameter
20194 . Classes each-to-each references without recursive crash (like in Swinject or DIP libraries)
20+ 5 . Wiki
2121
2222## Things TO DO for first release
23- 1 . Add manual registration and resolving
24- 2 . Add certain registration by String Key or specific arguments
25- 3 . Perfomance test
26- 4 . 70% Code coverage
27- 5 . Documentation
23+ 1 . Perfomance test
24+ 2 . 70% Code coverage
2825
29- ## Rules
30- 1 . Properties will be automatically injected only on your class, not your parent classes.
3126![ alt text] ( footer.png )
You can’t perform that action at this time.
0 commit comments