Skip to content

muccy/MUKUserNotificationController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUKUserNotificationController

CI Status Version License Platform

MUKUserNotificationController is a controller (but not a view controller) which displays user notifications where status bar lives. Its functionality is highly inspired by Tweetbot. You will have features like:

  • sticky notifications;
  • temporary notifications with a custom duration;
  • queue of notifications with rate limiting;
  • customizable colors and text;
  • tap and pan up gestures support.

It is thought to be small, compact and easy. If you need ways more configuration I suggest you the superb CRToast.

Usage

MUKUserNotificationController is easy to use. Probabily you want to use it with your root view controller, or just use the convenience singleton. You instance a notification (MUKUserNotification), you configure it with texts and colors, then you feed controller instance with that model object.

To run the example project, clone the repo, and run pod install from the Example directory first.

Screenshots

Portrait Sticky Notification Portrait Notification

Landscape Notification

Installation

MUKUserNotificationController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MUKUserNotificationController"

Author

Marco Muccinelli, muccymac@gmail.com

License

MUKUserNotificationController is available under the MIT license. See the LICENSE file for more info.

About

A controller which displays user notifications covering status bar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published