```objc
#import<CoreMotion/CoreMotion.h>
- (WKWebView *)webView
{
if (_webView == nil)
{
_webView = [[WKWebView alloc] initWithFrame:self.view.frame];
[self.view addSubview:_webView];
}
return _webView;
}
```
```objc
#import<CoreMotion/CoreMotion.h>
- (WKWebView *)webView
{
if (_webView == nil)
{
_webView = [[WKWebView alloc] initWithFrame:self.view.frame];
[self.view addSubview:_webView];
}
return _webView;
}
```
本文标题:WKWebView
本文链接:https://www.haomeiwen.com/subject/loxzuttx.html
网友评论