Skip to content

adamnemecek/SwiftyWave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound Waves View in Swift

Capture.GIF

Installation

CocoaPods

pod 'SwiftyWave', '~> 0.0.2'

Carthage

github "Octree/SwiftyWave" ~> 0.0.2

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)

About

Sound Waves View in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 50.6%
  • Ruby 45.9%
  • Objective-C 3.5%