mayqiyue / MQMorphingLabel

This animation can be used in many places.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, xu20121013@gmail.com

License

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

About

This animation can be used in many places.

License:MIT License


Languages

Language:Objective-C 83.5%Language:Ruby 11.1%Language:Shell 5.4%