API  1.0.0
CPImageView(CPCoding) Category Reference

Instance Methods

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

Detailed Description

Definition at line 549 of file CPImageView.j.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Writes the image view out to the coder.

Parameters
aCoderthe coder to which the image view will be written

Extends class CPImageView.

Definition at line 584 of file CPImageView.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the image view with the provided coder.

Parameters
aCoderthe coder from which data will be read.
Returns
the initialized image view

Extends class CPImageView.

Definition at line 556 of file CPImageView.j.


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