pro648 / BlinkLabel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlinkLabel

CI Status Version License Platform

Overview

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

Requirements

  • iOS 9
  • Swift 4

Installation

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

pod 'BlinkLabel', '~> 0.1.0'

Usage

import BlinkLabel

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

pro648

License

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

About

License:MIT License


Languages

Language:Swift 73.7%Language:Ruby 26.3%