Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Last active February 26, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgpt10/875a14c5a1b0097755ab7ab2da573ea1 to your computer and use it in GitHub Desktop.
Save pgpt10/875a14c5a1b0097755ab7ab2da573ea1 to your computer and use it in GitHub Desktop.
do {
try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback, mode: AVAudioSessionModeDefault, options: .mixWithOthers) //For playing volume when phone is on silent
} catch {
print(error.localizedDescription)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment