iOS 时钟视图 SPClockView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/freesuraj/Clock-iOS
- 官方下载: https://github.com/freesuraj/Clock-iOS
软件介绍
SPClockView 特性如下:
可以设置时区,也可以从列表中选择时区
自动检测日间和夜间,转换时钟的背景
不能用
NSTimer来规划时间,不能使用任意的 UI 操作点击来添加和删除时钟
显示时区的名字和数码格式的时间
数码时钟来显示的格式:
HH🇲🇲ss
示例:
SPClockViewSPClockView *clockView = [[SPClockView alloc] initWithFrame:CGRectMake(0, 0, 140, 140)]; [clockView setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"EDT"]]; // New York
SPDigitalClockSPDigitalClock *digClock = [[SPDigitalClock alloc] initWithFrame:CGRectMake(0, 0, 140, 140)]; [digClock setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"EDT"]]; // New York
JavaScript & jQuery
David Sawyer McFarland / O Reilly / 2011-10-28 / USD 39.99
You don't need programming experience to add interactive and visual effects to your web pages with JavaScript. This Missing Manual shows you how the jQuery library makes JavaScript programming fun, ea......一起来看看 《JavaScript & jQuery》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
URL 编码/解码
URL 编码/解码
