MZTimerLabel 是 UILabel 的子类,实现各种定时器、倒计时效果。
//首先去githup下载该文件 //然后拖入项目,调用 MZTimerLabel.h 文件 //初始化 MZTimerLabel *timeLabel = [[MZTimerLabel alloc]initWithLabel:需要的label andTimerType:MZTimerLabelTypeTimer]; //字体大小 timeLabel.timaLabel.font = [Font
https://github.com/mineschan/MZTimerLabel A handy class for iOS to use UILabel as a countdown timer or stopwatch just like in Apple Clock App. 一个基于UILabel好用的倒计时或者秒表的类。 Purpose(目的) MZTimerLabel is a UI