質問編集履歴
1
修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
override func viewDidAppear(_ animated: Bool) {
|
|
78
|
+
self. startSystemSound()
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
// メニュー画面へ
|
|
81
82
|
@objc func goMenu() {
|
|
82
|
-
self.timer.invalidate()
|
|
83
83
|
self.stopSystemSound()
|
|
84
84
|
let menuViewContller = MenuViewController()
|
|
85
85
|
self.present(menuViewContller, animated: true)
|