teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

入力ミス

2017/05/10 11:39

投稿

nao_otsu
nao_otsu

スコア18

title CHANGED
File without changes
body CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  @IBAction func PlayButton(_ sender: UIButton) {
72
72
  if sender.titleLabel?.text == "Play" {
73
- //playSineWave()
73
+ playSineWave()
74
74
  playButton.setTitle("Stop", for: .normal)
75
75
  }else{
76
76
  player.stop()