All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
TyphoonViewControllerNibResolver Class Reference

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

Inheritance diagram for TyphoonViewControllerNibResolver:

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...
 

Detailed Description

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.

Method Documentation

- (NSString *) resolveNibNameForClass: (Class)  viewControllerClass

Resolves the nib name for a view controller class.

Defaults to the same name as the class by NSStringFromClass.

Parameters
viewControllerClassThe class.
Returns
The nib name.