Here are
50 public repositories
matching this topic...
An example to use Swinject in MVVM architecture with ReactiveCococa
Updated
Nov 21, 2016
Swift
Swinject extension for automatic dependency injection via Storyboard
Updated
Sep 20, 2020
Swift
Swinject extension to automatically register your services
Updated
Aug 8, 2020
Swift
An example of MVVM using RxSwift and Swinject (DI)
Updated
Sep 16, 2019
Swift
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
Updated
Sep 20, 2020
Swift
A simple example to use Swinject with unit tests
Updated
Feb 6, 2017
Swift
Little example to use LightRoute and DI Swinject on Swift 3
Updated
Mar 29, 2018
Swift
A sample project demonstrating MVVM, RxSwift, Coordinator Pattern, Dependency Injection
Updated
Oct 24, 2019
Swift
Generate code to make the use of Swinject type-safe and reduce duplicate identifiers for Services
Updated
May 20, 2017
Ruby
Swift dependency injection annotations. Using Sourcery and Swinject.
Updated
Aug 14, 2020
Swift
Swinject extension to load property values from resources
Updated
Apr 10, 2019
Swift
Swift MVVM Sample project. Made with ReactiveCocoa, Swinject and Routers
Updated
Nov 20, 2017
Swift
🔌 Plug implementation details for a cleaner Architecture on iOS
Updated
Feb 12, 2020
Swift
iOS app with Clean Architecture
Updated
Jul 4, 2019
Swift
A conference/event-style iOS app written in Swift using Google Firestore
Updated
Jun 24, 2018
Swift
DevTo is an unofficial iOS app for
https://dev.to website - MVVM + RxSwift + Coordinator + Swinject + No Storyboard
Updated
May 21, 2019
Swift
Experimental Swinject extension for factory injection.
Updated
Jul 10, 2017
Swift
Demo iOS applications built to highlight MVC/MVP/MVVM (RxSwift) and Clean Architecture (VIPER) concepts using Swift
Updated
Jan 6, 2018
Swift
This is a modification of Clean Swift Templates (
http://clean-swift.com ) made by Daniele Boscolo and Eduardo Pinto.
📽 A sample film browser application that utilizes reactive and modern components.
Updated
Aug 21, 2020
Swift
MVVM + RxSwift + Unit testing
Updated
Feb 12, 2020
Swift
This application is a test project written in Swift using the VIPER architecture.
Updated
Dec 23, 2017
Swift
Generamba template for VIPER with Swinject DI
Updated
Jul 8, 2017
Liquid
Updated
Sep 21, 2017
Swift
iOS app architecture we use. Feel free to contribute.
Updated
Feb 27, 2020
Swift
A MVVM based TMDB client for iOS
Updated
Sep 21, 2019
Swift
YASD - Yet Another Swedish Dictionary
Updated
Sep 3, 2020
Swift
StateMachine written in Swift, using Swinject & SwinjectStoryboard
Updated
Jul 18, 2019
Swift
📖 Dependency injection study case using Swinject
Updated
Jul 12, 2018
Swift
Improve this page
Add a description, image, and links to the
swinject
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
swinject
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently there is only runtime check for missing dependency registration. And because all dependencies are lazy, you will get crash once you access them.
The proposal is to add compile-time validation for missing dependencies so we could track down such cases and fix them immediately.