API  1.0.0
CPWebView(CPCoding) Category Reference

Instance Methods

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

Detailed Description

Definition at line 1003 of file CPWebView.j.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Writes out the web view's instance information to a coder.

Parameters
aCoderthe coder to which to write the data

Extends class CPWebView.

Definition at line 1041 of file CPWebView.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the web view from the data in a coder.

Parameters
aCoderthe coder from which to read the data
Returns
the initialized web view

Extends class CPWebView.

Definition at line 1011 of file CPWebView.j.


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