Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shima11/remainingcountindicator
Remaining count indicator like a tweet screen of twitter.
https://github.com/shima11/remainingcountindicator
circleindicator indicator progress progressview twitter
Last synced: about 1 month ago
JSON representation
Remaining count indicator like a tweet screen of twitter.
- Host: GitHub
- URL: https://github.com/shima11/remainingcountindicator
- Owner: shima11
- License: mit
- Created: 2019-02-18T12:00:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T02:29:11.000Z (over 4 years ago)
- Last Synced: 2024-11-19T10:26:00.514Z (about 1 month ago)
- Topics: circleindicator, indicator, progress, progressview, twitter
- Language: Swift
- Homepage:
- Size: 6.26 MB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RemainingCountIndicator
# Overview
RemainingCountIndicator is twitter like remaining count indicator.
# Usage
```
let remaingCountIndicator = RemainigCountIndicator(
maximumNumber: 20,
config: RemainigCountIndicator.Config.init(threshold1: 5, threshold2: -5),
style: RemainigCountIndicator.Style.init()
)remaingCountIndicator.currentNumber = 10
```# Installation
## CocoaPods
```
pod 'RemainingCountIndicator'```
## Carthage
```
github "shima11/RemainingCountIndicator"
```# Licence
Licence MIT