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
你好,我用你的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呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,我用你的DHGuidePageHUD 静态图片方式集成了引导页,也能正常运行了,没报错,我的程序是用webview加载H5的,我在webview的前面引入了
// 设置APP引导页
if (![[NSUserDefaults standardUserDefaults] boolForKey:BOOLFORKEY]) {
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:BOOLFORKEY];
// 静态引导页
[self setStaticGuidePage];
引导页完点击体验进入了自己主页面,但依然保留你们demo跳转到hello界面顶部的bar,我如何清除这个bar呢?
The text was updated successfully, but these errors were encountered: