MQMorphingLabel 0.1.0

MQMorphingLabel 0.1.0

may362321 维护。



  • mayqiyue

MQMorphingLabel

CI Status Version License Platform

目的

我在空闲时喜欢实现 UI 效果。

效果如下。

示例

您可以克隆或下载示例以进行娱乐。

要运行示例项目,首先克隆仓库,然后从 Example 目录中运行 pod install。

安装

MQMorphingLabel 可通过 CocoaPods 得到。要安装它,只需将以下行添加到您的 Podfile 中:

pod 'MQMorphingLabel'

使用方法

API非常容易使用

- (void)playFromProgress:(CGFloat)fromProgress
              toProgress:(CGFloat)toProgress
          withCompletion:(nullable MQMAnimationCompletionBlock)completion;

- (void)playWithCompletion:(nullable MQMAnimationCompletionBlock)completion;

- (void)play;

- (void)stop;

作者

mayqiyue, [email protected]

许可协议

MQMorphingLabel适用于MIT许可协议。更多信息请查看LICENSE文件。