wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

Scale microphone image margins. #16

Closed hactar closed 10 years ago

hactar commented 10 years ago

When the mic button is scaled, the margins are not, causing the microphone image to be out of proportion with the button (see image). This pull request fixes the issue.

ios-simulator-screen-shot-16-apr-2014-20 33 26

hactar commented 10 years ago

I've also added didNotFindIntentSelectorForIntent:entities:body: to WitDelegate (optional) as I found that when using the dispatchIntent system, there was no way for the framework user to catch missing intent implementations, which are bound to happen, like when I add an intent server side but the user doesn't update the client. Now I can inform the user via this new delegate method.

blandinw commented 10 years ago

Thanks @hactar :)