質問編集履歴
1
未使用のメソッドを削除しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -83,16 +83,5 @@
|
|
83
83
|
print("エラーが発生しました!")
|
84
84
|
}
|
85
85
|
}
|
86
|
-
|
87
|
-
//スライダ処理
|
88
|
-
fileprivate func slidePlayer(player:inout AVAudioPlayer,path:URL, count:Int) {
|
89
|
-
do {
|
90
|
-
player = try AVAudioPlayer(contentsOf: path, fileTypeHint: nil)
|
91
|
-
backMusicPlayer.volume = volume.value
|
92
|
-
} catch {
|
93
|
-
print("エラーが発生しました!")
|
94
|
-
|
86
|
+
}
|
95
|
-
}
|
96
|
-
}
|
97
|
-
}
|
98
87
|
```
|