FlashLabel 0.4.3-beta3

FlashLabel 0.4.3-beta3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Kaunteya Suryawanshi.



FlashLabel 0.4.3-beta3

  • By
  • Kaunteya Suryawanshi

FlashLabel

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

  • Alerts
  • Notification
  • Activity Progress

The best part about flash label is that it does not demand user interaction unlike alerts and notifications.

##Requirements

  • Mac OS X 10.10
  • Xcode 7

##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.

Bitdeli Badge