Skip to content

idoodler/SBNotification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Simple Statusbar Notification for iOS (Swift)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published