1

我一直在研究 vserv 广告集成,并希望在应用程序收到广告失败通知时更改我的视图颜色,但我没有这样做。

请在下面附加的代码段中找到错误。

- (void)adFailedNotification:(VservAdView*)vservAd
{
    NSLog(@"###########adFailedNotification############");
    self.view.backgroundColor = [UIColor whiteColor];
}
4

0 回答 0