![]() |
API
0.9.6
|
Instance Methods | |
| (void) | - encodeWithCoder: |
| (id) | - initWithCoder: |
Definition at line 274 of file CPViewController.j.
|
implementation |
Archives the view controller to the provided coder.
| aCoder | the coder to which the view controller should be archived |
Extends class CPViewController.
Definition at line 305 of file CPViewController.j.
|
implementation |
Initializes the view controller by unarchiving data from a coder.
| aCoder | the coder from which the data will be unarchived |
Extends class CPViewController.
Definition at line 281 of file CPViewController.j.