Skip to content

octree/SwiftyWave

Repository files navigation

Sound Waves View in Swift

CocoaPods Compatible Carthage Compatible Platform

Capture.GIF

Requirements

  • iOS 9.0+
  • Xcode 10.0+
  • Swift 4.2+

Installation

CocoaPods

pod 'SwiftyWave', '~> 1.1.0'

Carthage

github "Octree/SwiftyWave" ~> 1.1.0

Usage

let waveView = SwiftyWaveView(frame: CGRect(x: 0, y: 0, width: 200, height: 100))
view.addSubview(waveView)
waveView.start()

Code

let waveView = SwiftyWaveView(frame: CGRect(x: 0, y: 0, width: 100, height: 50))
self.view.addSubview(waveView)
waveView.start()

Storyboard

License

SwiftyWave is released under the WTFPL license. (Do What the Fuck You Want to Public License)