CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Aug 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Kaunteya Suryawanshi.
FlashLabel is simple and lightweight Timer based Label for Mac OSX implemented in Swift. 
FlashLabel will fadeout the Label after a specific time. It can be used for
The best part about flash label is that it does not demand user interaction unlike alerts and notifications.
##Requirements
##Installation ####Direct Drag FlashLabel.swift to your project. That is it!
####CocoaPods CocoaPods adds supports for Swift and embedded frameworks.
To integrate FlashLabel into your Xcode project using CocoaPods, specify it in your Podfile:
use_frameworks!
pod 'FlashLabel'Then, run the following command:
$ pod install##Usage In Interface builder, drag a Label from Object Library and set Custom Class to FlashLabel and
flashLabel.show("Please enter a valid password", forDuration: 3.1, withFlash: false)##License FlashLabel is released under the MIT license. See LICENSE for details.