状态栏问题上面的小线

时间:2015-08-03 09:05:00

标签: ios swift statusbar

在我的应用程序中,状态栏上方有一条小线(大约1px白线)。可能是什么问题呢?

enter image description here

1 个答案:

答案 0 :(得分:0)

如果您在整个应用中使用相同的背景颜色,这可以帮助您(将其放在application:didFinishLaunchingWithOptions:中):

self.window.backgroundColor = [UIColor yourColor];

夫特:

window.backgroundColor = UIColor.yourColor();