iOS 时钟视图 SPClockView

码农软件 · 软件分类 · 其他(Others) · 2019-07-23 09:29:48

软件介绍

SPClockView 特性如下:

  1. 可以设置时区,也可以从列表中选择时区

  2. 自动检测日间和夜间,转换时钟的背景

  3. 不能用 NSTimer 来规划时间,不能使用任意的 UI 操作

  4. 点击来添加和删除时钟

  5. 显示时区的名字和数码格式的时间

  6. 数码时钟来显示的格式: HH🇲🇲ss

示例:

  1. SPClockView

    SPClockView *clockView = [[SPClockView alloc] initWithFrame:CGRectMake(0, 0, 140, 140)];
    
    [clockView setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"EDT"]]; // New York
  2. SPDigitalClock

    SPDigitalClock *digClock = [[SPDigitalClock alloc] initWithFrame:CGRectMake(0, 0, 140, 140)];
    
    [digClock setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"EDT"]]; // New York

本文地址:https://codercto.com/soft/d/10746.html

JavaScript & jQuery

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 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码