Skip to content
9miao edited this page Oct 11, 2014 · 2 revisions

CAViewDelegate

Class Description

It’s CAView’s agent class which is an abstract class, and declares three pure virtual functions.

Method

Access modifier

Method name

Description

Public

getSuperViewRect

It’s used to obtain parent node’s Rect

Public

viewOnEnterTransitionDidFinish

It’s called after completely loading view

Public

viewOnExitTransitionDidStart

It’s called when removing view

Clone this wiki locally