質問編集履歴

1

参考サイト記載等

2018/10/11 15:08

投稿

sakuradaiya
sakuradaiya

スコア24

test CHANGED
File without changes
test CHANGED
@@ -28,11 +28,9 @@
28
28
 
29
29
  ### 該当のソースコード
30
30
 
31
- try? AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback, with: .mixWithOthers)
32
31
 
33
- try? AVAudioSession.sharedInstance().setActive(true)
34
32
 
35
- ソースコード
33
+ ソースコード(AppDelegate.swift)
36
34
 
37
35
  import UIKit
38
36
 
@@ -85,3 +83,7 @@
85
83
 
86
84
 
87
85
  Swift 4.2、iOS 12、Xcode 10.0
86
+
87
+
88
+
89
+ 参考にしたサイト:http://www.cl9.info/entry/2017/10/18/133537