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

Software Engineering for Internet Applications

Software Engineering for Internet Applications

Eve Andersson、Philip Greenspun、Andrew Grumet / The MIT Press / 2006-03-06 / USD 35.00

After completing this self-contained course on server-based Internet applications software, students who start with only the knowledge of how to write and debug a computer program will have learned ho......一起来看看 《Software Engineering for Internet Applications》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

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

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器