回答編集履歴

1

0

2019/12/04 07:10

投稿

takabosoft
takabosoft

スコア8356

test CHANGED
@@ -12,11 +12,9 @@
12
12
 
13
13
  // キャンセルボタン
14
14
 
15
- let cancelAction: UIAlertAction = UIAlertAction(title: "キャンセル", style: UIAlertActionStyle.Cancel, handler:{
15
+ let cancelAction: UIAlertAction = UIAlertAction(title: "キャンセル", style: .cancel, handler: { action in
16
16
 
17
17
  // ボタンが押された時の処理を書く(クロージャ実装)
18
-
19
- (action: UIAlertAction!) -> Void in
20
18
 
21
19
  print("Cancel")
22
20