Commit 83d5728b333bfb6e818aefcae9aa974c487077ac
1 parent
b25f3061
线程配置修改
Showing
1 changed file
with
0 additions
and
1 deletions
CNLiveScioLive/Pages/Home/新闻详情/OldController/OldVideoDetailViewController.m
| ... | ... | @@ -47,7 +47,6 @@ |
| 47 | 47 | NSData *data = [NSData dataWithContentsOfURL:[NSURL URLWithString:self->_dictionary[@"img"]]]; |
| 48 | 48 | self->bgImg = [UIImage imageWithData:data]; |
| 49 | 49 | if (self.videoController && self->bgImg) { |
| 50 | - self.videoController.view.contentMode=UIViewContentModeScaleAspectFit; | |
| 51 | 50 | self.videoController.view.layer.contents=(__bridge id _Nullable)(self->bgImg.CGImage); |
| 52 | 51 | } |
| 53 | 52 | } | ... | ... |