iOS 圆环进度指示器 XLCircleProgress

码农软件 · 软件分类 · 进度条(Progress) · 2019-06-12 13:42:43

软件介绍

XLCircleProgress,是一个利用贝塞尔曲线实现的圆环进度指示器。

显示效果如下:


使用方法

CGFloat circleWidth = self.view.bounds.size.width;  
_circle = [[XLCircleProgress alloc] initWithFrame:CGRectMake(0, 0, circleWidth, circleWidth)];  
_circle.center = self.view.center;  
[self.view addSubview:_circle];

本文地址:https://codercto.com/soft/d/7811.html

Pro Git

Pro Git

Scott Chacon / Apress / 2009-8-27 / USD 34.99

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops a......一起来看看 《Pro Git》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试