ZZCircleProgress icon indicating copy to clipboard operation
ZZCircleProgress copied to clipboard

progressLabel 希望接受所有的显示

Open JobsKits opened this issue 5 years ago • 3 comments

开始、暂停的文字 以及进度

这里有动画 我写了没用

比如:

#pragma mark —— 点击事件 -(void)tapGRHandleSingleFingerAction:(UITapGestureRecognizer *)sender{ self.isClickStartOrPauseBtn = !self.isClickStartOrPauseBtn; if (self.isClickStartOrPauseBtn) { if (!_mytimer) { //启动 [self.mytimer fire]; self.backgroundColor = kRedColor; }else{ //继续 [self.mytimer setFireDate:[NSDate date]]; self.backgroundColor = kRedColor; } }else{ //暂停 [self.mytimer setFireDate:[NSDate distantFuture]]; self.progressView.progressLabel.text = @"暂停"; self.backgroundColor = kBlueColor; } }

JobsKits avatar Aug 13 '20 15:08 JobsKits

早上好,感谢开源。弱弱的请教一下,如何更改角度或UIBezierPath 实现 顺时针减少 @zhouxing5311

sauchye avatar Sep 02 '20 02:09 sauchye

早上好,感谢开源。弱弱的请教一下,如何更改角度或UIBezierPath 实现 顺时针减少 @zhouxing5311

我刚刚好做了

Wizhiai avatar Sep 22 '20 08:09 Wizhiai

@Wizhiai 请教您是怎么处理的呢= =

sauchye avatar Nov 05 '20 02:11 sauchye