MQMorphingLabel 0.1.0

MQMorphingLabel 0.1.0

Maintained by may362321 .



  • By
  • mayqiyue

MQMorphingLabel

CI Status Version License Platform

Purpose

I like to realize UI effects when I am free.

And her is the effect.

Example

You can clone or download the example to have fun with it.

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

MQMorphingLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MQMorphingLabel'

Usage

The API is very easy to use:

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

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

- (void)play;

- (void)stop;

Author

mayqiyue, [email protected]

License

MQMorphingLabel is available under the MIT license. See the LICENSE file for more info.