Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwillrock authored Nov 4, 2019
1 parent 714b440 commit 63f2d5f
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 63f2d5f

Please sign in to comment.