BlinkingLabel 0.3.0

BlinkingLabel 0.3.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2015
SPMSupports SPM

Maintained by Andy Obusek.



BlinkingLabel

Overview

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

Requirements

  • ARC
  • iOS8

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.