CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

MUKUserNotificationController 1.0.0

MUKUserNotificationController 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Marco Muccinelli.




  • By
  • Marco Muccinelli

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

Author

Marco Muccinelli, [email protected]

License

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