MIT license


The MIT license is an
open-source license.
Free Read License

14 Day money-back guarantee

Full refund within 14 days of purchase date.

You need to log-in or create an account
  • Create an account
  • Log-in

Please use your real name.

Activation link will be sent to this address.

Minimum 8 characters

Enter your password again

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

(6 ratings)

iOS Animatable Label Text

iOS Animatable Label Text
Developed by Adam Siton, Released Apr 18, 2012

A drop-in UILabel replacement that makes almost all properties animatable by using a CATextLayer instead of CALayer.

Objective-C

Tags: animation , catextlayer , text animation

AUIAnimatableText is a drop-in UILabel replacement that uses CATextLayer instead of the regular CALayer, and thus making almost all the properties animatable.

Properties animatable in AUIAnimatableText and not in UILabel

  1. textColor
  2. text
  3. font
  4. fontSize

Adding AUIAnimatableText to your project

  1. Add AUIAnimatableText.h+m and UIFont+CoreTextExtensions.h+m to your project
  2. Change the class of your labels from UILabel to AUIAnimatableText in code or in interface builder
  3. That's it.

After doing the above steps you can simply change the label's properties inside a UIView animation block and they will change animated.

View all 6 reviews »

User Reviews

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.