Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 usage

Licenses
==============
All source code is licensed under the MIT License.