Presenting view controller with default modalPresentationStyle (automatic), status bar background changes making its content invisible. Why?

后端 未结 0 768
借酒劲吻你
借酒劲吻你 2020-12-31 18:01

Presenting a UIViewController with the routine code:

@IBAction func openTravel() {
  let myVC = MyViewController()
  present(myVC, animated: true)
}
override          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题