質問編集履歴

1

未使用のメソッドを削除しました。

2019/07/12 08:12

投稿

d62070802
d62070802

スコア12

test CHANGED
File without changes
test CHANGED
@@ -168,28 +168,6 @@
168
168
 
169
169
  }
170
170
 
171
-
172
-
173
- //スライダ処理
174
-
175
- fileprivate func slidePlayer(player:inout AVAudioPlayer,path:URL, count:Int) {
176
-
177
- do {
178
-
179
- player = try AVAudioPlayer(contentsOf: path, fileTypeHint: nil)
180
-
181
- backMusicPlayer.volume = volume.value
182
-
183
- } catch {
184
-
185
- print("エラーが発生しました!")
186
-
187
- }
171
+ }
188
-
189
- }
190
-
191
- }
192
-
193
- }
194
172
 
195
173
  ```