| | |
| | | GDTNativeExpressAdView *> *)views |
| | | { |
| | | GDTNativeExpressAdView *adView = (GDTNativeExpressAdView *)views[0]; |
| | | |
| | | |
| | | adView.controller = self; |
| | | [adView render]; |
| | | NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:3]; |
| | | UICollectionViewCell *cell = (UICollectionViewCell *)[self.collectionView cellForItemAtIndexPath:indexPath]; |
| | | if(cell!=nil){ |
| | | cell.sd_layout.leftSpaceToView(self, 10); |
| | | [cell addSubview:adView]; |
| | | // 广告位 render 后刷新 tableView |
| | | [self.collectionView reloadData]; |
| | | } |
| | | |
| | | } |
| | | - (void)nativeExpressAdFailToLoad:(GDTNativeExpressAd *)nativeExpressAd error:(NSError *)error{ |
| | | NSLog(@"%@",error); |
| | | } |