Skip to content

根控制器中有弹窗,点击广告进入广告页面之后会显示弹窗,有好的解决方案吗 #266

@devintangbohu

Description

@devintangbohu

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];

}
加上弹窗,在开启广告页的时候,点击广告,这个弹窗会在 广告页面显示。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions