| | |
| | | // 配置视频播放属性 |
| | | self.nativeExpressAd.videoAutoPlayOnWWAN = YES; |
| | | self.nativeExpressAd.videoMuted = NO; |
| | | [self.nativeExpressAd loadAd:10]; |
| | | [self.nativeExpressAd loadAd:4]; |
| | | } |
| | | - (void)nativeExpressAdSuccessToLoad:(GDTNativeExpressAd |
| | | *)nativeExpressAd views:(NSArray<__kindof |
| | | GDTNativeExpressAdView *> *)views |
| | | { |
| | | self.expressAdViews = [NSArray arrayWithArray:views]; |
| | | if(views&&views.count>=3) |
| | | { |
| | | self.expressAdViews = [NSArray arrayWithArray:views]; |
| | | } |
| | | if (self.expressAdViews.count) { |
| | | [self.expressAdViews enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) { |
| | | GDTNativeExpressAdView *expressView = (GDTNativeExpressAdView *)obj; |