Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ addViewFromSuperview
Method
addViewFromSuperview
CrossApp/controller/CAViewController.cpp:138–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void CAViewController::addViewFromSuperview(CAView* node)
139
{
140
m_bLifeLock = false;
141
node->addSubview(m_pView);
142
}
143
144
void CAViewController::removeViewFromSuperview()
145
{
Callers
6
createWithContainer
Method · 0.80
scrollViewWillBeginDragging
Method · 0.80
renderingSelectedViewController
Method · 0.80
viewDidLoad
Method · 0.80
setRootViewController
Method · 0.80
presentModalViewController
Method · 0.80
Calls
1
addSubview
Method · 0.45
Tested by
no test coverage detected