質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -152,6 +152,8 @@
|
|
152
152
|
|
153
153
|
override func viewDidAppear(_ animated: Bool) {
|
154
154
|
|
155
|
+
self. startSystemSound()
|
156
|
+
|
155
157
|
}
|
156
158
|
|
157
159
|
|
@@ -160,8 +162,6 @@
|
|
160
162
|
|
161
163
|
@objc func goMenu() {
|
162
164
|
|
163
|
-
self.timer.invalidate()
|
164
|
-
|
165
165
|
self.stopSystemSound()
|
166
166
|
|
167
167
|
let menuViewContller = MenuViewController()
|