-
Notifications
You must be signed in to change notification settings - Fork 268
Manual Instantiation
Jasper Blues edited this page Jun 9, 2015
·
4 revisions
##Manual Instantiation (cmd-line apps, librarires, tests, etc).
Manual instantiation can be used anywhere a Typhoon assembly is required.
MiddleAgesAssembly *mainAssembly = [[MiddleAgesAssembly new]
activateWithCollaboratingAssemblies:@[
[QuestsAssembly new]
]];
Knight* knight = [mainAssembly basicKnight];
Something still not clear? How about posting a question on StackOverflow.
Get started in two minutes.
Get familiar with Typhoon.
- Types of Injections
- What can be Injected
- Auto-injection (Objective-C)
- Scopes
- Storyboards
- TyphoonLoadedView
- Activating Assemblies
Become a Typhoon expert.
For contributors or curious folks.