Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octree/swiftywave
Siri Waves View in Swift
https://github.com/octree/swiftywave
animation ios swift view voice wave
Last synced: about 8 hours 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T08:44:37.000Z (about 1 month ago)
- Last Synced: 2024-10-19T15:14:45.318Z (29 days ago)
- Topics: animation, ios, swift, view, voice, wave
- Language: Swift
- Homepage:
- Size: 2.4 MB
- Stars: 77
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound Waves View in Swift
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/SwiftyWave.svg)](https://img.shields.io/cocoapods/v/SwiftyWave.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
![Platform](https://img.shields.io/cocoapods/p/SwiftyWave.svg?style=flat)![Capture.GIF](./images/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
```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)