回答編集履歴

1

修正

2016/06/11 07:15

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- label.text = button.titleLabel?.text
29
+ label.text = (button.titleLabel?.text)! + "を確認してください"
30
30
 
31
31
  }
32
32