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

Method presentEnd

CrossApp/view/CAWindow.cpp:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void CAWindow::presentEnd()
108{
109 if (m_pRootViewController)
110 {
111 m_pRootViewController->viewDidDisappear();
112 }
113 CAApplication::getApplication()->getTouchDispatcher()->setDispatchEventsTrue();
114}
115
116void CAWindow::dismissModalViewController(bool animated)
117{

Callers 1

Calls 3

setDispatchEventsTrueMethod · 0.80
getTouchDispatcherMethod · 0.80
viewDidDisappearMethod · 0.45

Tested by

no test coverage detected