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

https://github.com/sukov/waveprogressview

Water wave progressbar
https://github.com/sukov/waveprogressview

ios pod swift

Last synced: about 1 year ago
JSON representation

Water wave progressbar

Awesome Lists containing this project

README

          

# WaveProgressView

[![CI Status](http://img.shields.io/travis/sukov/WaveProgressView.svg?style=flat)](https://travis-ci.org/sukov/WaveProgressView)
[![Version](https://img.shields.io/cocoapods/v/WaveProgressView.svg?style=flat)](http://cocoapods.org/pods/SHGWebViewController)
[![License](https://img.shields.io/cocoapods/l/WaveProgressView.svg?style=flat)](http://cocoapods.org/pods/WaveProgressView)
[![Language Swift](https://img.shields.io/badge/Language-Swift%204.0-orange.svg?style=flat)](https://swift.org)
[![Platform](https://img.shields.io/cocoapods/p/WaveProgressView.svg?style=flat)](http://cocoapods.org/pods/WaveProgressView)

![WaveProgressView](Screenshots/waveProgressView.gif)

## Installation

### CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:

```bash
$ gem install cocoapods
```

To integrate WaveProgressView into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '' do
pod 'WaveProgressView'
end
```

Then, run the following command:

```bash
$ pod install
```

## Usage

### Import

```swift
import WaveProgressView
```

## Author

sukov, gorjan5@hotmail.com

## License

WaveProgressView is available under the MIT license. See the LICENSE file for more info.