Yet another learning-by-doing Swift project cloning the original Morphing Label of iOS 8 introduced in WWDC 2014.
- Improve diff performance
- Text kerning
- Align to pixel
- Text shadow
- Multiline
- Fade in/out Emoji
- Copy LTMorphingLabel folder to your iOS 8 project;
- Change the class of a label from UILabel to LTMorphingLabel;
- Programatically set a new String to its text property.
Open the project with Xcode 6 then press command + u.
Follow Lex Tang (@lexrus on Twitter)
This code is distributed under the terms and conditions of the MIT license.