私は新しいXcodeのアップデート警告ダイアログを提示しながら、私は問題に直面しています8.3.2で簡単な警告をやろうとしています:'UIAlertAction'型の値を期待される引数型 'UIViewController'に変換できませんか?
@IBAction func testButonAlert()
{
let alertAction = UIAlertAction(title : "Hi TEst" ,
style : UIAlertActionStyle.destructive,
handler : { (UIAlertActionStyle) -> Void in print("") })
self.present(alertAction , animated: false, completion: nil)
}
エラー:
に型「UIAlertAction」の値を変換できません。期待される引数の型 'のUIViewController'