All Projects → yogeshmanghnani → circularProgressBar

yogeshmanghnani / circularProgressBar

Licence: GPL-3.0 license
This repo contains a demo app for circularProgressBar.swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to circularProgressBar

Marqueelabel
Charles Powell
Stars: ✭ 3,741 (+21905.88%)
Mutual labels:  ios-animation, ios-ui
Cariocamenu
The fastest zero-tap iOS menu.
Stars: ✭ 785 (+4517.65%)
Mutual labels:  ios-animation, ios-ui
Kdintroview
Stars: ✭ 300 (+1664.71%)
Mutual labels:  ios-animation, ios-ui
Iosproject
IOS综合项目,完善的框架,路由模块化设计,集成科大讯飞SDK方便iOS基本输入控件实现语音辅助输入,UI效果参照京东APP,JS与OC交互,ionic跨平台开发,MQTT 协议,即时通讯协议,视屏播放,跑马灯效果 仿美团地图定位,城市收索, 友盟分享,基础动画 增加FCUIID帮助类,引导页功能模块,照片上传 ,UIView自定义导航栏,文件下载,Masonry 案例,fmdb,数据库,sqlite,百度地图,二维码,照片上传,照片上传有进度,列表倒计时,H5和原生交互,自定义各种弹框,常见表单类型,人脸识别,列表加载图片,列表拖拽,日历操作,导航条渐变,核心动画,动画特效等等
Stars: ✭ 291 (+1611.76%)
Mutual labels:  ios-animation, ios-ui
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (+1029.41%)
Mutual labels:  ios-animation, ios-ui
Lihalert
Advance animated alerts for iOS written in Swift
Stars: ✭ 34 (+100%)
Mutual labels:  ios-animation, ios-ui
Iosproject
iOS project of collected some demos for iOS App, use Objective-C
Stars: ✭ 5,357 (+31411.76%)
Mutual labels:  ios-animation, ios-ui
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (+1300%)
Mutual labels:  ios-animation, ios-ui
Wobbly
(Animate CSS) animations for iOS. An easy to use library of iOS animations. As easy to use as an easy thing.
Stars: ✭ 150 (+782.35%)
Mutual labels:  ios-animation, ios-ui
Nvactivityindicatorview
A collection of awesome loading animations
Stars: ✭ 10,031 (+58905.88%)
Mutual labels:  ios-animation, ios-ui
Pvview
A small library that helps you to make an amazing parallax view
Stars: ✭ 227 (+1235.29%)
Mutual labels:  ios-animation, ios-ui
Nativepopup
Clone of Apple iOS App's feedback popup, and easily customizable.
Stars: ✭ 247 (+1352.94%)
Mutual labels:  ios-animation, ios-ui
CliqApp
This is a e-commerce app build over react native runs over android & ios.
Stars: ✭ 64 (+276.47%)
Mutual labels:  demo-app
ReplayKitDemo
A simple demo for ReplayKit in iOS
Stars: ✭ 25 (+47.06%)
Mutual labels:  demo-app
progress
ProgressBar in terminal for deno
Stars: ✭ 39 (+129.41%)
Mutual labels:  progress-bar
LinearProgressView
A simple linear progress view for iOS
Stars: ✭ 103 (+505.88%)
Mutual labels:  progress-bar
react-sweet-progress
A way to quickly add a progress bar to react app 🌈
Stars: ✭ 250 (+1370.59%)
Mutual labels:  progress-bar
SpreadsheetInput Feedback Tut
Demo App - Send Feedback From Android App To Spreadsheet
Stars: ✭ 35 (+105.88%)
Mutual labels:  demo-app
RChat
No description or website provided.
Stars: ✭ 58 (+241.18%)
Mutual labels:  demo-app
laravel-console-spinner
Customized loading ⌛ spinner for Laravel Artisan Console.
Stars: ✭ 70 (+311.76%)
Mutual labels:  progress-bar

Circular Progress Bar

This application demonstrates how to use CircularProgressBar.

Public functions and variables

var lineWidth: CGFloat

When set it changes the lineWidth of the progress bar

var labelSize: CGFloat

When set it changes the label size of the progress bar

var safePercent: Int

Safe percent is the percent when we want the circular progress bar to be green

setProgress(to progressConstant: Double, withAnimation: Bool)

Used to set the progress of the progress bar

progressConstant: Double

Value between 0.00 to 1.00

withAnimation: Bool

true if you want to use animation else false

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].