2

誰でもこれについて何か考えがありますか。正しく動作しない単純なコードがあります。UIAlertController は iPhone 5s/s 8.4 では透過的ですが、iPhone 5s/s 9.3 ではクラッシュします。以下のコード:

    let alert = UIAlertController(title: "title", message:"message" , preferredStyle: UIAlertControllerStyle.Alert)
    let action = UIAlertAction(title: "Close", style: UIAlertActionStyle.Default, handler: nil)
    alert.addAction(action)
    self.presentViewController(alert, animated: true, completion: nil)

クラッシュ メッセージ: キャッチされない例外 'NSInternalInconsistencyException' が原因でアプリを終了しています。

4

0 に答える 0