ARCountDownView:一个简单的倒数计时器的实现

时间:2024-06-28 05:39:59
【文件属性】:

文件名称:ARCountDownView:一个简单的倒数计时器的实现

文件大小:384KB

文件格式:ZIP

更新时间:2024-06-28 05:39:59

Swift

ARCountDownView 一个用 Swift 编写的简单动画倒计时计时器视图。 安装 将源文件ARCountDownView/ARCountDownView.swift拖到您的项目中。 定制 ARCountDownView 可以通过多种方式自定义: /// Time to countdown, in second var duration: UInt ! /// Color of central text var textColor: UIColor ! /// Font of central text var font: UIFont ! /// Color of the animated ring var strokeColor: UIColor ! ARCountDownView 也支持委托: protocol ARCountDownViewDelegate : c


【文件预览】:
ARCountDownView-master
----ARCountDownViewTests()
--------ARCountDownViewTests.swift(925B)
--------Info.plist(748B)
----ARCountDownView()
--------ViewController.swift(1KB)
--------Base.lproj()
--------AppDelegate.swift(2KB)
--------Images.xcassets()
--------Info.plist(1KB)
--------ARCountDownView.swift(7KB)
----ARCountDownView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(16KB)
----Screenshots()
--------ARCountDownViewDemo.gif(505KB)
----.gitignore(493B)
----README.md(2KB)

网友评论