Skip to content

Label extension for iOS with ablitity to automatically keep switching between a series of strings using various kinds of animations.

Notifications You must be signed in to change notification settings

insanoid/AnimateLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

754d61b · May 27, 2014

History

10 Commits
May 27, 2014
May 27, 2014
May 27, 2014

Repository files navigation

AnimateLabel

Basic animating label which keeps changing its text from an array of text. Various types of animations are available.

Types of avilable animations.

  • ATAnimationTypeFadeInOut
  • ATAnimationTypeSlideLeftInLeftOut
  • ATAnimationTypeSlideRightInRightOut
  • ATAnimationTypeSlideTopInTopOut
  • ATAnimationTypeSlideBottomtInBottomOut
  • ATAnimationTypeSlideLeftInRightOut
  • ATAnimationTypeSlideRightInLeftOut
  • ATAnimationTypeSlideBottomInTopOut
  • ATAnimationTypeSlideTopInBottomOut

Example:

  [self.animatedLabel animateWithWords:@[
                                         @"Alabama",
                                         @"Alaska",
                                         @"Arizona",
                                         @"Arkansas",
                                         @"California",
                                         @"Colorado"
                                       ]
                           forDuration:3.0f
                         withAnimation:ATAnimationTypeSlideTopInBottomOut];

About

Label extension for iOS with ablitity to automatically keep switching between a series of strings using various kinds of animations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published