We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo里面 - (void)viewDidLoad { [super viewDidLoad];
self.navigationItem.title = @"XHLaunchAdExample"; self.label.text = @"使用说明及注意事项见github:\n https://github.com/CoderZhuXH/XHLaunchAd"; UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"弹窗" message:@"测试首页活动弹窗" preferredStyle:UIAlertControllerStyleAlert]; [self presentViewController:alert animated:true completion:nil];
} 加上弹窗,在开启广告页的时候,点击广告,这个弹窗会在 广告页面显示。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
demo里面 - (void)viewDidLoad {
[super viewDidLoad];
}
加上弹窗,在开启广告页的时候,点击广告,这个弹窗会在 广告页面显示。
The text was updated successfully, but these errors were encountered: