当前位置: 首页 > 软件库 > iOS代码库 > 标签(Label) >

MZTimerLabel

授权协议 MIT
开发语言 Objective-C
所属分类 iOS代码库、 标签(Label)
软件类型 开源软件
地区 不详
投 递 者 虞华翰
操作系统 iOS
开源组织
适用人群 未知
 软件概览

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