Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isapozhnik/segmentedprogressview
- Owner: iSapozhnik
- License: mit
- Created: 2017-05-12T21:52:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T16:02:13.000Z (over 6 years ago)
- Last Synced: 2024-10-12T14:22:53.218Z (2 months ago)
- Topics: instagram, ios, progressbar, progressview, segmented, swift3
- Language: Swift
- Homepage:
- Size: 56.6 KB
- Stars: 93
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.