Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acotilla91/dbb793c8ad1d90b5728f0546d4de8e89 to your computer and use it in GitHub Desktop.
Save acotilla91/dbb793c8ad1d90b5728f0546d4de8e89 to your computer and use it in GitHub Desktop.
@IBAction func didPressSpeakButton(_ sender: Any) {
SpeechService.shared.speak(text: textView.text) {
// Finished speaking!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment