众所周知,UIAlertView现在已被弃用,Apple希望我们使用样式为UIAlertControllerStyleAlert的新UIAlertController。但是,使用UIAlertControllerStyleAlert时,您无法通过在警报View外点击来触发样式为UIAlertActionStyleCancel的UIAlertAction。有谁知道通过点击外面的警报View来关闭警报View的方法吗?干杯 最佳答案 您可以为alertViewController添加样式为UIAlertActionStyleCancel