MCPcopy 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
144void CAViewController::removeViewFromSuperview()
145{
146 m_bLifeLock = false;
147 m_pView->removeFromSuperview();
148}
149
150bool CAViewController::isViewRunning()
151{

Callers 8

viewDidUnloadMethod · 0.80
setRootViewControllerMethod · 0.80
dismissEndMethod · 0.80

Calls 1

removeFromSuperviewMethod · 0.80

Tested by

no test coverage detected