Skip to content

obuseme/BlinkingLabel

Repository files navigation

BlinkingLabel

Version License Platform

Overview

BlinkingLabel is a subclass of UILabel, written in Swift, that enables the UILabel to blink.

Requirements

  • ARC
  • iOS8

Installation with CocoaPods

BlinkingLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BlinkingLabel"

Usage

import BlinkingLabel

let labelThatBlinks = BlinkingLabel()
labelThatBlinks.startBlinking()
labelThatBlinks.stopBlinking()

Example Project

An example project is included with this repo. To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Andy Obusek

License

BlinkingLabel is available under the MIT license. See the LICENSE file for more info.