GDViewController Class Reference

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>

Inheritance diagram for GDViewController:
GDBaseObject

List of all members.

Public Member Functions

(void) - loadViewsInNibNamed:
 Loads a nib that contains some views this controller can use.

Protected Attributes

NSStringlastLoadedNibName
 The last loaded nib's name.

Detailed Description

The GDViewController is a controller you should use to expose references to views, and methods to control those views in any way.


Member Function Documentation

- (void) loadViewsInNibNamed: (NSString *)  _nibName  

Loads a nib that contains some views this controller can use.

Parameters:
_nibName The nib name to load.

Member Data Documentation

- (NSString*) lastLoadedNibName [protected]

The last loaded nib's name.

This can be useful if you need to do different logic on awakeFromNib.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines