devxoul / Pure

Pure DI in Swift
MIT License
378 stars 18 forks source link

Sample example app #6

Open nonameplum opened 5 years ago

nonameplum commented 5 years ago

Hey Well done documentation!

Could you provide example app that follows the readme description with list view and details view controller (xib, storyboard), testable app delegate concept with minimal unit test? It will be much easier to grab the framework usage in real life.

nonameplum commented 4 years ago

Better late than never 😄 https://github.com/devxoul/Pure/pull/15 (example without Pure - Lazy Dependency) https://github.com/devxoul/Pure/pull/14 (example with Pure)