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

Method showEnded

CrossApp/controller/CADrawerController.cpp:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void CADrawerController::showEnded()
272{
273 m_pContainer[0]->setTouchEnabled(true);
274 m_pRightViewController->viewDidDisappear();
275 m_pLeftViewController->viewDidAppear();
276}
277
278void CADrawerController::hideEnded()
279{

Callers 3

scheduleShowActionMethod · 0.95

Calls 3

setTouchEnabledMethod · 0.80
viewDidDisappearMethod · 0.45
viewDidAppearMethod · 0.45

Tested by

no test coverage detected