All Projects → shima11 → RemainingCountIndicator

shima11 / RemainingCountIndicator

Licence: MIT license
Remaining count indicator like a tweet screen of twitter.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to RemainingCountIndicator

Theglowingloader
TheGlowingLoader is the highly configurable library to indicate progress and is natively created for Android Platform. It is an implementation of a design composed by Shashank Sahay.
Stars: ✭ 379 (+2129.41%)
Mutual labels:  progress, indicator, progressview
DevProgressView
自定义ProdressView-进度条动画
Stars: ✭ 17 (+0%)
Mutual labels:  progress, progressview
GaugeProgressView
Tired of boring Android progress views? This one is amazing!
Stars: ✭ 17 (+0%)
Mutual labels:  progress, progressview
Circleprogressview
🎡 CircleProgressView是一个圆形渐变的进度动画控件(支持外环显示刻度,内环随之变化,配置参数完全可配),动画效果纵享丝滑。
Stars: ✭ 314 (+1747.06%)
Mutual labels:  progress, progressview
Stepindicator
StepIndicator is an iOS library that indicates steps in an animated way.
Stars: ✭ 229 (+1247.06%)
Mutual labels:  progress, indicator
Funnyloader
Loading indicator for android with over 200 random messages
Stars: ✭ 77 (+352.94%)
Mutual labels:  progress, indicator
Progressstatusbar
Another way to show progress. A progress View over the system StatusBar.
Stars: ✭ 283 (+1564.71%)
Mutual labels:  progress, progressview
Tileprogressview
Simple Progress View with Tile Animation
Stars: ✭ 126 (+641.18%)
Mutual labels:  progress, progressview
Uiutil
UIUtil for Android, Lyrics, Tick animations, Comparisons, Satellite menus, Praise, Slide buttons, TAB indicators, Contact sorting, Drag sorting, Skidding deletes, Shadow effects, RecyclerView nesting RecyclerView, Map list Poi/Drawer effects, Progress settings, Clock set, Damping, Progress, Album, Snap, Progress, CircleDownload, AdvertSwitcher, Carousel ad, FlowLayout, Tag...; 歌词控件、打勾动画、对比、卫星菜单、点赞、滑动按钮、TAB指示器、联系人排序、拖曳排序、侧滑删除、阴影效果.、RecyclerView嵌套RecyclerView.、地图列表Poi/抽屉效果、进度设置、时钟设置、滑动阻尼、相册媒体快照、圆形下载进度,轮播广告, 流式布局,标签...
Stars: ✭ 1,018 (+5888.24%)
Mutual labels:  progress, indicator
Multiprogressview
📊 An animatable view that depicts multiple progresses over time. Modeled after UIProgressView
Stars: ✭ 614 (+3511.76%)
Mutual labels:  progress, progressview
Easystepindicator
More attributes for a step indicator, indicates steps with a easy way
Stars: ✭ 78 (+358.82%)
Mutual labels:  progress, indicator
Vue Loaders
Vue + loaders.css
Stars: ✭ 127 (+647.06%)
Mutual labels:  progress, indicator
Telerik Academy
Course exercises | Telerik Academy 2013/2014 | Martin Nikolov
Stars: ✭ 186 (+994.12%)
Mutual labels:  progress
React Spinners Css
Amazing collection of React spinners components with pure css
Stars: ✭ 232 (+1264.71%)
Mutual labels:  progress
Skeletonlayout
Skeleton view pattern for Android
Stars: ✭ 186 (+994.12%)
Mutual labels:  progress
prompt-password-strength
Custom mask function for prompt-password that adds a 'strength progress meter' that changes color as the password strength increases. Uses zxcvbn, the popular password strength estimation tool brought to you by dropbox.
Stars: ✭ 18 (+5.88%)
Mutual labels:  progress
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+17194.12%)
Mutual labels:  progress
Hgcircularslider
A custom reusable circular / progress slider control for iOS application.
Stars: ✭ 2,240 (+13076.47%)
Mutual labels:  progress
Script Progress
Estimate script execution time
Stars: ✭ 175 (+929.41%)
Mutual labels:  progress
React Nprogress
⌛️ A React primitive for building slim progress bars.
Stars: ✭ 173 (+917.65%)
Mutual labels:  progress

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].