iOS 进度条 ProgressNode

码农软件 · 软件分类 · 进度条(Progress) · 2019-06-12 17:43:26

软件介绍

ProgressNode 是一个用 Swift写成的圆形的计时进度条,用于 SpriteKit 游戏。

使用示例:

let example             = ProgressNode()
example.radius          = 20.0
example.width           = 5.0
example.color           = SKColor(hex: 0x4183D7)
example.backgroundColor = SKColor(hex: 0x6BB9F0)
example.position        = CGPoint(x: CGRectGetMidX(self.frame), y: CGRectGetMidY(self.frame))
example.countdown(time: 10.0) { () -> Void in
    NSLog("Completed.")
}
self.addChild(example)

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

iPhone开发实战

iPhone开发实战

2009-10 / 69.00元

《iPhone开发实战》全面探讨了iPhone平台的两种编程方式——Web开发和SDK编程。全书结合示例对这两种编程方式的基本流程、基本原理和基本原则给出了详细而通俗的讲解。在Web开发方面,分别介绍了三个iPhone Web库,即WebKit、iUI和Canvas,并讨论了Web开发环境Dashcode,最后阐述Web应用程序的调试。在SDK开发方面,详细描述其各种组件和功能,包括Xcode、I......一起来看看 《iPhone开发实战》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具