- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用宏颜色通过外观
设置了UINavigationBar
背景色调:
[[UINavigationBar外观] setBarTintColor:UIColorFromRGB(0x6DBEE8)];
在整个基于导航的应用程序中,但在我的 UIModalViewController
中不起作用:
在我的plist
中,我有:查看基于 Controller 的状态栏外观:是
我在全局设置了appearance
:[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
这是它的样子:
最佳答案
那是因为在 iOS7 中,UINavigationBar
的高度在包含在 UINavigationController
中时会增加(64 点)。由于状态栏是透明的,当您以模态方式呈现 View Controller 时,它不在 UINavigationController
中,因此高度正常(44 点),因此 map View 位于状态栏后面。您需要在模态视图 Controller 中处理此问题。您可以:
关于ios - UIModalViewController StatusBar背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23152438/
我使用宏颜色通过外观设置了UINavigationBar背景色调: [[UINavigationBar外观] setBarTintColor:UIColorFromRGB(0x6DBEE8)]; 在整
我有一个非常简单的 iPad 演示文稿,几乎没有模态视图。在每个 View 中,用户执行一个简单的操作(例如拖动 slider ),然后出现 UIButton“下一步”,在上一个 View 之上呈现新
我是一名优秀的程序员,十分优秀!