Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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