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

Method viewDidDisappear

CrossApp/controller/CADrawerController.cpp:141–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void CADrawerController::viewDidDisappear()
142{
143 if (m_bShow)
144 {
145 m_pLeftViewController->viewDidDisappear();
146 }
147 else
148 {
149 m_pRightViewController->viewDidDisappear();
150 }
151}
152
153void CADrawerController::achieveLayout()
154{

Callers 2

showEndedMethod · 0.45
hideEndedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected