So yesterday, I built a sample app that uses Nuance's speech recognition software. I say a few words and the app tells me what I said.
While creating it, I noticed that I got three warnings, the first of which says that I gave the delegate property, an SKRecognitionDelegate object, an incompatible value by setting the delegate to my view controller.
Despite receiving these warnings, the app does exactly what I wanted it to do.
While creating it, I noticed that I got three warnings, the first of which says that I gave the delegate property, an SKRecognitionDelegate object, an incompatible value by setting the delegate to my view controller.
Despite receiving these warnings, the app does exactly what I wanted it to do.