Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ initWebView
Method
initWebView
samples/Test/Classes/CDWebViewController.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void CDWebViewController::initWebView(string url)
34
{
35
p_webView = CAWebView::createWithLayout(DLayoutFill);
36
p_webView->loadURL(url);
37
this->getView()->addSubview(p_webView);
38
}
Callers
3
tableViewDidSelectRowAtIndexPath
Method · 0.80
tableViewDidSelectRowAtIndexPath
Method · 0.80
pageViewDidSelectPageAtIndex
Method · 0.80
Calls
3
getView
Method · 0.80
loadURL
Method · 0.45
addSubview
Method · 0.45
Tested by
no test coverage detected