Skip to content

Instantly share code, notes, and snippets.

@myrickchow32
Created February 11, 2019 09:06
Show Gist options
  • Save myrickchow32/ab3c28a9f64d76636d2d7eb9cc6841d1 to your computer and use it in GitHub Desktop.
Save myrickchow32/ab3c28a9f64d76636d2d7eb9cc6841d1 to your computer and use it in GitHub Desktop.
/*
No compile and runtime error
Outcome: only "First AVSpeechSynthesizer" is outputed
*/
let firstAvSpeechSynthesizer = AVSpeechSynthesizer()
firstAvSpeechSynthesizer.speak(getUtterance("First AVSpeechSynthesizer"))
let secondAvSpeechSynthesizer = AVSpeechSynthesizer()
secondAvSpeechSynthesizer.speak(getUtterance("Second AVSpeechSynthesizer"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment