It's sometimes nice to add a little sound to your applications, and even better to add a voice. Outside Siri, you can use a cool and simple AVFoundation API to make iOS devices talk. Let's learn how to use the Speech synthesizer. Download the starter file. I've made an app for you that has a …
Find a Language Quickly from Text
You can find a video of this lesson on iOS Development Tips Weekly from LinkedIn Learning. There’s a lot you can do with language easily in iOS and Watch OS. The Apple ecosystem has a Natural Language Processing (NLP ) system built in and easy to use. Let’s look at language recognition. Download the starter …