MCPcopy Create free account
hub / github.com/9miao/CrossApp / viewOnExitTransitionDidStart

Method viewOnExitTransitionDidStart

CrossApp/controller/CAViewController.cpp:105–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void CAViewController::viewOnExitTransitionDidStart()
106{
107 CAScheduler::getScheduler()->pauseTarget(this);
108
109 do
110 {
111 CC_BREAK_IF(m_bLifeLock);
112 m_bLifeLock = true;
113 this->viewDidUnload();
114 m_pView->removeAllSubviews();
115 }
116 while (0);
117
118}
119
120void CAViewController::viewOnSizeTransitionDidChanged()
121{

Callers 1

Calls 3

pauseTargetMethod · 0.80
viewDidUnloadMethod · 0.45
removeAllSubviewsMethod · 0.45

Tested by

no test coverage detected