MCPcopy 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
138void CAViewController::addViewFromSuperview(CAView* node)
139{
140 m_bLifeLock = false;
141 node->addSubview(m_pView);
142}
143
144void CAViewController::removeViewFromSuperview()
145{

Callers 6

createWithContainerMethod · 0.80
viewDidLoadMethod · 0.80
setRootViewControllerMethod · 0.80

Calls 1

addSubviewMethod · 0.45

Tested by

no test coverage detected