developer
2023-11-21 e92fa570557c8ad756ba120ef8d2f1183892ad31
BuWanVideo2.0/SearchController.m
@@ -199,6 +199,15 @@
    NSLog(@"%@",error);
}
- (void)nativeExpressAdViewClosed:(GDTNativeExpressAdView *)nativeExpressAdView{
    NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:3];
    UICollectionViewCell *cell = (UICollectionViewCell *)[self.collectionView cellForItemAtIndexPath:indexPath];
    for(UIView *subview in cell.subviews){
        [subview removeFromSuperview];
    }
}
#pragma mark ---------- SearchDelegate ---------
- (void)hotSearchEvent:(NSString *)name {
    [self writeSearchKey:name];
@@ -355,7 +364,7 @@
        return titleSize;
        
    } else {
        return  CGSizeMake(KScreenW, 198);
        return  CGSizeMake(KScreenW, KScreenW*0.6);
    }
}