From 1530c412dfbb42cbcb966cf58427f9c3b08fd404 Mon Sep 17 00:00:00 2001 From: EyreFree Date: Sun, 31 Mar 2019 18:55:38 +0800 Subject: [PATCH] Update README --- README.md | 31 +++++++++++++++++++++++++++++++ README_CN.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/README.md b/README.md index 286309c..48189f9 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,37 @@ There are currently four modes of counting. - EFLabelCountingMethod.easeInOut: Ease In/Out starts out slow, speeds up towards the middle, and then slows down as it approaches the destination. It is a nice, smooth curve that looks great, and is the default method. - ... +## Apps using EFCountingLabel + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +[More...](https://www.appsight.io/sdk/ef-counting-label) + ## PS The first version of [EFCountingLabel](https://github.com/EFPrefix/EFCountingLabel/commit/5e5e12d49b84e4eff8f18df68a99b5e3223b579b) is converted from [UICountingLabel](https://github.com/dataxpress/UICountingLabel/commit/1aa3d51c1ac4d7b8aef4c5f7ea44a1b1428c7985). diff --git a/README_CN.md b/README_CN.md index 4a0792c..c2b1e22 100644 --- a/README_CN.md +++ b/README_CN.md @@ -176,6 +176,37 @@ myLabel.completionBlock = { - EFLabelCountingMethod.easeInOut:开始时比较缓慢,中间加速,快结束时减速。动画速度是一个平滑的曲线。 - ... +## 使用 EFCountingLabel 的应用 + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +[更多...](https://www.appsight.io/sdk/ef-counting-label) + ## 备注 [EFCountingLabel](https://github.com/EFPrefix/EFCountingLabel/commit/5e5e12d49b84e4eff8f18df68a99b5e3223b579b) 基于 [UICountingLabel](https://github.com/dataxpress/UICountingLabel/commit/1aa3d51c1ac4d7b8aef4c5f7ea44a1b1428c7985) 进行开发,在此对 UICountingLabel 原开发者及其所做的工作表示感谢。