JBCountdownLabel

程序名称:JBCountdownLabel

授权协议: MIT

操作系统: iOS

开发语言: Objective-C

JBCountdownLabel 介绍

JBCountdownLabel是UILabel的一个扩展,实现倒数功能。可以设置倒数时间。可以通过委托方法执行倒数结束后的操作。

使用方法:

self.countdownLabel = [[JBCountdownLabel alloc] initWithFrame:CGRectMake(0, 50, 320, 46) format:@"Initiating ignition in %@" time:300 delegate:self];
self.countdownLabel.textColor = [UIColor colorWithRed:0.48 green:0.63 blue:0.07 alpha:1];
[self.view addSubview:self.countdownLabel];

JBCountdownLabel 官网

https://github.com/jberlana/JBCountdownLabel

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...