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

Method viewDidAppear

CrossApp/controller/CAViewController.cpp:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450void CANavigationController::viewDidAppear()
451{
452 CC_RETURN_IF(m_pViewControllers.empty());
453 m_pViewControllers.back()->viewDidAppear();
454}
455
456void CANavigationController::viewDidDisappear()
457{

Calls 2

emptyMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected