https://github.com/octree/swiftywave
Siri Waves View in Swift
https://github.com/octree/swiftywave
animation ios swift view voice wave
Last synced: 9 days ago
JSON representation
Siri Waves View in Swift
- Host: GitHub
- URL: https://github.com/octree/swiftywave
- Owner: octree
- License: wtfpl
- Created: 2016-10-24T07:42:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T08:44:37.000Z (9 months ago)
- Last Synced: 2025-06-28T23:58:13.069Z (14 days ago)
- Topics: animation, ios, swift, view, voice, wave
- Language: Swift
- Homepage:
- Size: 2.4 MB
- Stars: 79
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound Waves View in Swift
[](https://img.shields.io/cocoapods/v/SwiftyWave.svg)
[](https://github.com/Carthage/Carthage)

## 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
```swift
let waveView = SwiftyWaveView(frame: CGRect(x: 0, y: 0, width: 200, height: 100))
view.addSubview(waveView)
waveView.start()
```### Code
```swift
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)