标签: ios objective-c iphone
我想在iPhone X上将背景颜色应用到我的UIViewController的不安全区域。如何在Objective-C中执行此操作?
答案 0 :(得分:-1)
听起来您需要更改视图本身的背景颜色以匹配视图中某物的背景颜色,如下所示:
self.view.backgroundColor = UIColor.redColor;