「Ios/swift/AlertView」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==エラーメッセージ== let alert = UIAlertView(title: "エラー", message: "エラーです", delegate: self, cancelButtonTitle: "OK") alert.show()」) |
(相違点なし)
|
2016年6月23日 (木) 23:57時点における版
エラーメッセージ
let alert = UIAlertView(title: "エラー", message: "エラーです", delegate: self, cancelButtonTitle: "OK") alert.show()