Popularity
4.7
Growing
Activity
0.0
Stable
331
14
34

Code Quality Rank: L4
Programming language: Swift
Tags: UI    

CharacterText alternatives and similar libraries

Based on the "UI" category.
Alternatively, view CharacterText alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CharacterText or a related project?

Add another 'UI' Library

README

CharacterText

UILabel subclass to perform text effects

Blog Post: https://swiftyeti.com/texteffects-with-nslayoutmanager

CharacterText uses NSLayoutManager to position CATextLayers for each glyph in your string. This gives you the power to create some neat text effect using all the attributes of CATextLayer.

CharacterText is inspired from Secret & the new iOS8 autocomplete effect.

Usage

CharacterLabel can be used in place of UILabel.

You can subclass CharacterLabel to then create your own animations. Three examples are provided: FallingLabel, FadingLabel, and MotionLabel.

FallingLabel:

FallingLabel

FadingLabel:

FadingLabel

MotionLabel:

MotionLabel

Objective-C Version: https://github.com/android1989/YetiCharacterLabelExample