alankarmisra / SwiftSiriWaveformView

A UIView subclass that reproduces the waveform effect seen in Siri on iOS 7+. It is a Swift adaptation of the amazing SCSiriWaveformView by Stefan Ceriu.
MIT License
177 stars 29 forks source link

No wave appearing #10

Closed isabella-rhyu closed 7 years ago

isabella-rhyu commented 7 years ago

Hi, I implemented this waveform view using almost exactly the code from the example, but when I run my app on the simulator the wave doesn't appear.

Any ideas?

Thank you