水波图;支文字在2种颜色之间交换显示;
https://github.com/k373379320/ZBPercentWaterView
//创建 支持xib创建,init,initWithFrame;
self.percentView = [[ZBPercentWaterView alloc] initWithFrame:CGRectMake(100, 100, 200, 200)];
[self.view addSubview:self.percentView];
//设置进度:
[self.percentView setupProgress:(arc4random()0)/100.00];
//具体细节:
static CGFloat kWaterViewMaxHeight = 200;
static CGFloat kShowLaberFont = 72;
@property (assign, nonatomic) CGFloat lineWidth;
@property (assign, nonatomic) CGFloat topLineWidth;
下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/68b8d17227bfbfe7d2a40b1616caffd8.zip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论