Skip to content

Commit

Permalink
Merge branch 'master' into MIC-976
Browse files Browse the repository at this point in the history
  • Loading branch information
a.s.markov committed Nov 4, 2019
2 parents 7776b79 + 63f2d5f commit 79cfdf7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,11 @@ For this case, EasyDi has 'keys' with which you can return the same object from
```

Here, to implement dependencies in the ViewController, the inject method is used, which is linked by the key with the 'view' property. Now, this property returns the object passed to the 'inject' method. Thus, the VIPER module assembly is initiated with 'inject' method.

## Road map
- [x] drop old swift version
- [x] Swift5+
- [x] weak singleton
- [ ] update docs
- [ ] SPM
- [ ] to be continue

0 comments on commit 79cfdf7

Please sign in to comment.