-
Notifications
You must be signed in to change notification settings - Fork 120
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
显示提示框后状态条文字颜色不正确 #14
Comments
试了一下没有出现你说的问题? |
不好意思,我没说明白,是在iOS9.3.1下发现这个问题的 |
也没出现啊。。 |
您好,我把操作视频发送到您的qq邮箱了,请帮忙看一下,谢谢. |
@eric0815 解决了吗? |
@pikacode 还没呢,我上回发了视频到您的邮箱,里面是出现的现象,您看到了吗 |
下载不了,我让你加我qq你没加啊 |
57380422 |
刚加了 |
确实是有这样的问题,应用在前台收到推送,推送view展示的时候,状态栏文字颜色由之前设定的白色改为了黑色,怀疑是window的问题 |
同样的问题,请问解决了吗 iOS 9 |
还没处理这个问题 |
@zhuyuping @eric0815 或者 |
我适配ios9.3也出现了状态栏变成黑色 |
我适配ios9.3也出现了状态栏变成黑色,真机 |
能否发我一份demo代码 |
ios9.3前台接收到通知后,以下代码会运行一次变黑后,就在也不执行了。直接返回 .lightContent 也显示黑色
|
我加你QQ了,请通过一下 |
我在demo里的SystemStyleViewController.m文件的viewDidLoad方法中加入下列代码
self.navigationController.navigationBar.barStyle = UIBarStyleBlack;
将状态条文字改为白色,在显示提示框后状态条文字颜色被修改为黑色
The text was updated successfully, but these errors were encountered: