Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netyouli/funwave
FunWave is Swift4.+ simple fun wave open source component
https://github.com/netyouli/funwave
funwave wave
Last synced: about 1 month ago
JSON representation
FunWave is Swift4.+ simple fun wave open source component
- Host: GitHub
- URL: https://github.com/netyouli/funwave
- Owner: netyouli
- License: mit
- Created: 2017-09-04T10:01:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T05:00:14.000Z (about 7 years ago)
- Last Synced: 2024-11-16T10:47:26.380Z (about 2 months ago)
- Topics: funwave, wave
- Language: Swift
- Homepage:
- Size: 470 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FunWave
![Build Status](https://api.travis-ci.org/netyouli/FunWave.svg?branch=master)
[![Pod Version](http://img.shields.io/cocoapods/v/FunWave.svg?style=flat)](http://cocoadocs.org/docsets/FunWave/)
[![Platform](https://img.shields.io/cocoapods/p/FunWave.svg?style=flat)](http://cocoadocs.org/docsets/FunWave/)
[![Pod License](http://img.shields.io/cocoapods/l/FunWave.svg?style=flat)](https://opensource.org/licenses/MIT)FunWave is Swift3.+ simple fun wave open source component
Require
==============
* iOS 8.0+ / Mac OS X 10.11+ / tvOS 9.0+
* Xcode 8.0 or later
* Swift 4.0+Install
==============
* CocoaPods: pod 'FunWave'Usage
==============
```swift
let wave = FunWaveView()
/// set frame/autolayout .....
wave.start()
/// if stop wave animation call stop() method
```
Demo
==============
![](https://github.com/netyouli/FunWave/blob/master/demo.gif)Prompt
==============
If you want to view the analytical results, please download this demo to check the specific usageLicenses
==============
All source code is licensed under the MIT License.