typhoon Questions

4

Solved

I'm using Typhoon library for Dependency Injection Framework. I use CocoaPod for installing this library. Here is my pod file: target "typhoon-swift-demo" do pod 'Typhoon' end target "typhoon-sw...
Skeen asked 16/10, 2014 at 19:12

1

Solved

I have an app that has about 11 different Singleton instances used throughout the many app's methods and classes; it's getting out of hand, and I want to replace all of them with dependency injecti...
Kimberli asked 30/12, 2014 at 22:46

1

i’m using Swift with Typhoon and Cocoapods. Everything worked well until i started to write an Integrationtest (according to the Typhoon-Example-App Test) for my Typhoon component. I wanted to setu...
Orban asked 19/8, 2014 at 11:32

2

Solved

How would I use Typhoon with iOS storyboards where view controllers are generated implicitly by the system? Would I have to do something special in the prepareForSegue methods?
Washington asked 25/9, 2013 at 7:28

1

Solved

I'm trying to write XCTest and inject mocked dependency with Typhoon. Here is code in my ViewController: - (instancetype)init { self = [super init]; MDMainAssembly *assembly = (MDMainAssembly...
Shetler asked 20/2, 2014 at 11:30
1

© 2022 - 2024 — McMap. All rights reserved.