Type 'String?' has no member 'default'とエラーが出る Feb 1, 2018 let action = UIAlertController(title: "OK", message: .default) {(_)in 書くと Type 'String?' has no member 'default' というエラーが出ます。 なぜこのようなエラーが出るのでしょうか?どう直せばエラーが消えますか?