shima11 / RemainingCountIndicator

Remaining count indicator like a tweet screen of twitter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Remaining count indicator like a tweet screen of twitter.

License:MIT License


Languages

Language:Swift 85.5%Language:Ruby 10.1%Language:Objective-C 4.4%