Created
February 11, 2019 09:06
-
-
Save myrickchow32/ab3c28a9f64d76636d2d7eb9cc6841d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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