UI Deploy

Curated, Short, Web UI Dev we Love.

Open Source iOS Component For Morphing UILabel Text Created In Swift

Last week I mentioned a nice component for creating a customizable morphing effect between text label values.

Here’s another open source component inspired by the morphing label of iOS 8 created in Swift adding a UILabel category for text morphing with a number of nice customization options called LTMorphingLabel from Lex Tang.

LTMorphingLabel provides two different methods of morphing – scale and fade, and evaporate and fade.

view source

Advertisement