-
Notifications
You must be signed in to change notification settings - Fork 421
CAViewDelegate
9miao edited this page Oct 11, 2014
·
2 revisions
It’s CAView’s agent class which is an abstract class, and declares three pure virtual functions.
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 |