[![CI Status](http://img.shields.io/travis/Alankar Misra/SwiftSiriWaveformView.svg?style=flat)](https://travis-ci.org/Alankar Misra/SwiftSiriWaveformView)
SwiftSiriWaveformView is a UIView subclass that reproduces the waveform effect seen in Siri on iOS 7 and iOS 8.
It is a Swift adaptation of the amazing SCSiriWaveformView by Stefan Ceriu.
To run the example project, clone the repo, and run pod install
from the Example directory first.
To use within your project, simply assign the SCSiriWaveformView class to a UIView, optionally play with the properties such as wave color, frequency, number of waves, etc, all which are settable from within the Interface Builder itself and you're all set! You can then use the amplitude property to interact with the waveform. For example if you had:
@IBOutlet weak var audioView: SwiftSiriWaveformView!
you could use
audioView.amplitude = 1.0
SwiftSiriWaveformView is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
pod "SwiftSiriWaveformView"
Copy Pod/Classes/SwiftSiriWaveFormView.swift into your project.
Alankar Misra, [email protected]
SwiftSiriWaveformView is available under the MIT license. See the LICENSE file for more info.