Skip to content

rajatk/iOS-Glowing-Label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Glowing-Label

A UILabel category with an animated glowing effect similar to "Slide to Unlock"

Instructions:

  • Initialize your UILabel object;
  • Provide frame;
  • Provide text;
  • Add as a subview;
  • Apply the effect: [label addGlowEffectWithWidth:aWidth duration:aDuration];

Or even better:

  • Add a UILabel object to your view in IB
  • Create a IBOutlet property, connect your property with your UILabel object
  • Call addGlowEffectWithWidth:duration on your label object.

For the effect to work the label needs to have size and position, text and be added as a subview.

Enjoy!

About

A UILabel category with an animated glowing effect similar to "Slide to Unlock"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors