How can I set CG_CONTEXT_SHOW_BACKTRACE environmental variable?

后端 未结 4 1130
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 13:45

I have three buttons in my view. After setting the cornerRadus in the viewDidLoad() : button.layer.cornerRadius = 20 I get the following error message in the lo

4条回答
  •  天命终不由人
    2020-11-27 14:15

    On Xcode 7:

    In case you still want the status bar is hidden, just change UIViewControllerBasedStatusBarAppearance in the Info.plist file into View controller-based status bar appearance. Don't forget to set it by NO

提交回复
热议问题