Post-Processor that completes the initializer of definitions with type UIViewController. More...

Instance Methods | |
| (NSString *) | - resolveNibNameForClass: |
| Resolves the nib name for a view controller class. More... | |
Instance Methods inherited from <TyphoonDefinitionPostProcessor> | |
| (void) | - postProcessDefinition:replacement:withFactory: |
| Post process a definition. More... | |
Post-Processor that completes the initializer of definitions with type UIViewController.
If the definition already has a TyphoonInitializer set, the processor will ignore the component.
| - (NSString *) resolveNibNameForClass: | (Class) | viewControllerClass |
Resolves the nib name for a view controller class.
Defaults to the same name as the class by NSStringFromClass.
| viewControllerClass | The class. |