BlinkingLabel is a subclass of UILabel, written in Swift, that enables the UILabel to blink.
- ARC
- iOS8
BlinkingLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BlinkingLabel"
import BlinkingLabel
let labelThatBlinks = BlinkingLabel()
labelThatBlinks.startBlinking()
labelThatBlinks.stopBlinking()
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.
Andy Obusek
BlinkingLabel is available under the MIT license. See the LICENSE file for more info.