wit-ai / wit-ios

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

Microphone Button Interface Builder Fix #2

Closed hactar closed 10 years ago

hactar commented 10 years ago

Problem: If you add a UIButton to interface builder and then set it to be WITMicButton, the button isn't rendered. recomputePositions is not being called.

Solution: This calls recomputePositions when the view is actually added.

Tested with SDK 7.0, autolayout on.