欢迎光临
我们一直在努力

ZWProgramTimerView

建站超值云服务器,限时71元/月

ZWProgramTimerView

项目介绍:

ZWProgramTimerView

Quickly Build A Timer View

Show What it is    

quickly build the timer view

image

quickly the timer view can start ,pause,continue,end

image

How to use

Init 初始化(important)

ZWProgramTimerView *programTimerView=[[ZWProgramTimerView alloc]initWithFrame:CGRectMake(0, 200, [UIScreen mainScreen].bounds.size.width, 15)];

origin Time Frequency 初始时间次数

programTimerView.originTimeFrequency=50;

total Time Frequency 计时总次数

programTimerView.totalTimeFrequency=50;

time Interval (Unit:Seconds) 计时间隔 (单位:秒)

programTimerView.timeInterval=0.05;

set delegate 设置代理

programTimerView.delegate=self;

[self.view addSubview:programTimerView];

Preferences 偏好设置

programTimerView.layer.borderColor=[UIColor orangeColor].CGColor;

programTimerView.layer.borderWidth=2;

计时条背景色 timing bar background color

programTimerView.backgroundColor=[UIColor lightGrayColor];

计时条颜色 timing bar color

programTimerView.timeCountColor=[UIColor yellowColor];

计时栏颜色 timing lab color

programTimerView.timeCountLabColor=[UIColor blackColor];

设置计时栏渐变色 set gradient about TimeCountLab‘Color

programTimerView.isTimeCountLabColorGradient=YES;

Timing Begins 开始计时

[programTimerView ZWProgramTimerStart];

Timing Ends 停止计时

[programTimerView ZWProgramTimerEnd];

Timing Pause 暂停计时

[programTimerView ZWProgramTimerPause];

Timing Coutinue 继续计时

[programTimerView ZWProgramTimerContinue];

Time Up’s Feedback 时间结束回调

-(void)ZWProgramTimerTimeUp:(ZWProgramTimerView *)ZWProgramTimerView

code4app

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » ZWProgramTimerView
分享到: 更多 (0)