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

Method viewDidAppear

CrossApp/controller/CADrawerController.cpp:129–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void CADrawerController::viewDidAppear()
130{
131 if (m_bShow)
132 {
133 m_pLeftViewController->viewDidAppear();
134 }
135 else
136 {
137 m_pRightViewController->viewDidAppear();
138 }
139}
140
141void CADrawerController::viewDidDisappear()
142{

Callers 2

showEndedMethod · 0.45
hideEndedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected