I'm trying to use the iSpeech SDK(https://www.ispeech.org/developers/iphone) for my iPhone application for voice recognition. SDK is working fine. But I need to give my own UI and I will display their branding according to their branding guidelines.(https://www.ispeech.org/downloads/iSpeech%20Standard%20Usage%20Guidelines.pdf)
I'm using ISSpeechRecognition classe's - (BOOL)listen:(NSError **)err method. All the existing UI's are coming from the SDK. I need to change that.
Is above requirement possible?