Commit 633eb10c607d64f28e37fb6cb1a39115fb30e635
1 parent
68398150
no message
Showing
1 changed file
with
1 additions
and
1 deletions
VLionAdSDKDemo/VLionAdSDKDemo/CNLiveVLionAdWebController.m
| ... | ... | @@ -90,7 +90,7 @@ |
| 90 | 90 | - (IRUIWebView *)webView |
| 91 | 91 | { |
| 92 | 92 | if (!_webView) { |
| 93 | - _webView = [[IRUIWebView alloc] initWithFrame:CGRectMake(0, (IPHONEX ? 44:20)+30, self.view.width, self.view.height)]; | |
| 93 | + _webView = [[IRUIWebView alloc] initWithFrame:CGRectMake(0, (IPHONEX ? 44:20)+30, self.view.width, self.view.height-(IPHONEX ? 44:20)-30)]; | |
| 94 | 94 | _webView.intercept = NO; |
| 95 | 95 | } |
| 96 | 96 | return _webView; | ... | ... |