The GDViewController is a controller you should use to expose references to views, and methods to control those views in any way. More...
#import <GDViewController.h>
Public Member Functions | |
| (void) | - loadViewsInNibNamed: |
| Loads a nib that contains some views this controller can use. | |
Protected Attributes | |
| NSString * | lastLoadedNibName |
| The last loaded nib's name. | |
The GDViewController is a controller you should use to expose references to views, and methods to control those views in any way.
| - (void) loadViewsInNibNamed: | (NSString *) | _nibName |
Loads a nib that contains some views this controller can use.
| _nibName | The nib name to load. |
- (NSString*) lastLoadedNibName [protected] |
The last loaded nib's name.
This can be useful if you need to do different logic on awakeFromNib.