Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ removeViewFromSuperview
Method
removeViewFromSuperview
CrossApp/controller/CAViewController.cpp:144–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void CAViewController::removeViewFromSuperview()
145
{
146
m_bLifeLock = false;
147
m_pView->removeFromSuperview();
148
}
149
150
bool CAViewController::isViewRunning()
151
{
Callers
8
viewDidUnload
Method · 0.80
replaceViewControllerFinish
Method · 0.80
popViewControllerFinish
Method · 0.80
popToRootViewControllerFinish
Method · 0.80
popFirstViewController
Method · 0.80
popViewControllerAtIndex
Method · 0.80
setRootViewController
Method · 0.80
dismissEnd
Method · 0.80
Calls
1
removeFromSuperview
Method · 0.80
Tested by
no test coverage detected