Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/98.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 应用程序不使用Vserv AdNotification失败方法_Ios_Objective C - Fatal编程技术网

Ios 应用程序不使用Vserv AdNotification失败方法

Ios 应用程序不使用Vserv AdNotification失败方法,ios,objective-c,Ios,Objective C,我一直在研究vserv Ad集成,希望在应用程序收到Ad failed通知时更改视图的颜色,但我没有这样做 请在下面附加的代码段中查找错误 - (void)adFailedNotification:(VservAdView*)vservAd { NSLog(@"###########adFailedNotification############"); self.view.backgroundColor = [UIColor whiteColor]; } 对于那些不知道什么vs

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

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

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

对于那些不知道什么
vserv-Ad-integration
的用户,请提供一个链接或其他内容。请查找下面的链接