Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 557 Bytes

SBNotification

Simple Statusbar Notification written in Swift.

alt tag

It allows you to display notifications right on the StatusBar. Tap handlers are also supported!

Either import the ready framework or drag SBNotification.xcodeproj into your project to reference it. Then import SBNotification

Example:

import SBNotification

// This toggles a red notification without any tap handler
SBNotificationManager.showNotification("Awesome Notification", duration: 20, type: .error)