API  1.0.0
CPViewController(CPCoding) Category Reference

Instance Methods

(void) - encodeWithCoder:
 
(id) - initWithCoder:
 

Detailed Description

Definition at line 449 of file CPViewController.j.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Archives the view controller to the provided coder.

Parameters
aCoderthe coder to which the view controller should be archived

Extends class CPViewController.

Definition at line 480 of file CPViewController.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the view controller by unarchiving data from a coder.

Parameters
aCoderthe coder from which the data will be unarchived
Returns
the initialized view controller

Extends class CPViewController.

Definition at line 456 of file CPViewController.j.


The documentation for this category was generated from the following file: