Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcjbird/quickfullscreencountdown
A full screen count down view for iOS. 一款全屏倒计时视图, 常见于运动类 App 中。
https://github.com/pcjbird/quickfullscreencountdown
app countdown fullscreen ios launch sports timer
Last synced: 3 days ago
JSON representation
A full screen count down view for iOS. 一款全屏倒计时视图, 常见于运动类 App 中。
- Host: GitHub
- URL: https://github.com/pcjbird/quickfullscreencountdown
- Owner: pcjbird
- License: mit
- Created: 2018-06-26T05:54:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T03:56:15.000Z (about 3 years ago)
- Last Synced: 2024-12-18T05:41:51.924Z (21 days ago)
- Topics: app, countdown, fullscreen, ios, launch, sports, timer
- Language: Objective-C
- Homepage:
- Size: 405 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](logo.png)
[![Build Status](http://img.shields.io/travis/pcjbird/QuickFullScreenCountDown/master.svg?style=flat)](https://travis-ci.org/pcjbird/QuickFullScreenCountDown)
[![Pod Version](http://img.shields.io/cocoapods/v/QuickFullScreenCountDown.svg?style=flat)](http://cocoadocs.org/docsets/QuickFullScreenCountDown/)
[![Pod Platform](http://img.shields.io/cocoapods/p/QuickFullScreenCountDown.svg?style=flat)](http://cocoadocs.org/docsets/QuickFullScreenCountDown/)
[![Pod License](http://img.shields.io/cocoapods/l/QuickFullScreenCountDown.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![CocoaPods](https://img.shields.io/cocoapods/at/QuickFullScreenCountDown.svg)](https://github.com/pcjbird/QuickFullScreenCountDown)
[![CocoaPods](https://img.shields.io/cocoapods/dt/QuickFullScreenCountDown.svg)](https://github.com/pcjbird/QuickFullScreenCountDown)
[![GitHub release](https://img.shields.io/github/release/pcjbird/QuickFullScreenCountDown.svg)](https://github.com/pcjbird/QuickFullScreenCountDown/releases)
[![GitHub release](https://img.shields.io/github/release-date/pcjbird/QuickFullScreenCountDown.svg)](https://github.com/pcjbird/QuickFullScreenCountDown/releases)
[![Website](https://img.shields.io/website-pcjbird-down-green-red/https/shields.io.svg?label=author)](https://pcjbird.github.io)# QuickFullScreenCountDown
### A full screen count down view for iOS. 一款全屏倒计时视图, 常见于运动类 App 中。## 特性 / Features
1. 基于全屏的数字倒计时(倒数)视图。
2. 支持后台模式,当App进入后台时不影响倒计时继续执行。
3. 支持自定义背景色/前景色/数字字体/倒计时结束显示字符等。
4. 支持block回调。## 演示 / Demo
## 安装 / Installation
方法一:`QuickFullScreenCountDown` is available through CocoaPods. To install it, simply add the following line to your Podfile:
```
pod 'QuickFullScreenCountDown'
```## 使用 / Usage
```
[QuickFullScreenCountDown play];
```[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=https://github.com/pcjbird/QuickFullScreenCountDown)
[![Twitter Follow](https://img.shields.io/twitter/follow/pcjbird.svg?style=social)](https://twitter.com/pcjbird)