Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isapozhnik/segmentedprogressview

🔘🔘🔘⚪️⚪️ Simple Instagram-like segmented progress view with completion handler and different time interval for each segment
https://github.com/isapozhnik/segmentedprogressview

instagram ios progressbar progressview segmented swift3

Last synced: 2 months ago
JSON representation

🔘🔘🔘⚪️⚪️ Simple Instagram-like segmented progress view with completion handler and different time interval for each segment

Awesome Lists containing this project

README

        

# SegmentedProgressView

[![CI Status](https://travis-ci.org/iSapozhnik/SegmentedProgressView.svg?branch=master)](https://travis-ci.org/isapozhnik/SegmentedProgressView)
[![CI Status](https://travis-ci.org/iSapozhnik/SegmentedProgressView.svg?branch=develop)](https://travis-ci.org/isapozhnik/SegmentedProgressView)
[![Version](https://img.shields.io/cocoapods/v/SegmentedProgressView.svg?style=flat)](http://cocoapods.org/pods/SegmentedProgressView)
[![License](https://img.shields.io/cocoapods/l/SegmentedProgressView.svg?style=flat)](http://cocoapods.org/pods/SegmentedProgressView)
[![Platform](https://img.shields.io/cocoapods/p/SegmentedProgressView.svg?style=flat)](http://cocoapods.org/pods/SegmentedProgressView)

## Example

![iOS example](https://github.com/iSapozhnik/SegmentedProgressView/blob/master/Resources/img.png)

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## TODO
- [] add pause/resume animation feature
- [] Storyboard and xib support
- [] IBDesignable support
- [] Autolayout support

## Installation

SegmentedProgressView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "SegmentedProgressView"
```

## Author 👨‍💻

isapozhnik, [email protected]

## License

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