iOS 实现数字动态变化的 UILabel:EFCountingLabel

一个简单的 Swift 版实现动态显示数字变化的 UILabel。

项目地址:https://github.com/EyreFree/EFQRCode


一.注意事项

最低需要 XCode 8.0 以及 Swift 3.0。

二.调用

首先,需要在 Podfile 中引入:

pod "EFCountingLabel", '~> 1.0.0'

什么,你不知道 Pod?可以参考这里的 CocoaPods安装和使用教程

执行 pod install 之后,在需要使用的地方导入模块

import EFCountingLabel

三.预览

预览


本文链接:http://blog.csdn.net/eyrefree/article/details/45059675

猜你喜欢

转载自blog.csdn.net/eyrefree/article/details/54743825