Skip to content

haoyoumoli/BlinkingLabel

Repository files navigation

BlinkingLabel

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • ARC
  • iOS8

Installation

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

feng654079, 417600039@qq.com

License

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