SwiftSiriWaveformView 2.4.0

SwiftSiriWaveformView 2.4.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Alankar Misra.



SwiftSiriWaveformView (Swift 3.0 / Xcode 8 compatible)

Description

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.

Sample

Version 2.0 | Swift 3.0 / XCode 8

  • Upgraded the Pod to Swift 3.0 syntax. The interface remains unchanged.

Usage

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

Installation (Manual)

Copy Pod/Classes/SwiftSiriWaveFormView.swift into your project.

Author

Alankar Misra, [email protected]

License

SwiftSiriWaveformView is available under the MIT license. See the LICENSE file for more info.