Skip to content
New issue

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主界面头部bar信息? #15

Open
licaipei opened this issue Jul 24, 2018 · 0 comments

Comments

@licaipei
Copy link

你好,我用你的DHGuidePageHUD 静态图片方式集成了引导页,也能正常运行了,没报错,我的程序是用webview加载H5的,我在webview的前面引入了
// 设置APP引导页
if (![[NSUserDefaults standardUserDefaults] boolForKey:BOOLFORKEY]) {
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:BOOLFORKEY];
// 静态引导页
[self setStaticGuidePage];

    // 动态引导页
    // [self setDynamicGuidePage];
    
    // 视频引导页
    // [self setVideoGuidePage];
}

引导页完点击体验进入了自己主页面,但依然保留你们demo跳转到hello界面顶部的bar,我如何清除这个bar呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant