我尝试在点击按钮时在keyWindow上添加整个blackView,我使用下面的旧方法
if let keyWindow = UIApplication.shared.keyWindow {
blackView.frame = keyWindow.frame
keyWindow.addSubview(blackView)
}
但它现在无法正常工作,我该怎么办?可以覆盖整个屏幕 How to make the blackView can cover the statusBar