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

MUKUserNotificationViewController 1.0.1

MUKUserNotificationViewController 1.0.1

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

Maintained by Marco Muccinelli.




  • By
  • Muccy


Deprecated in favor of MUKUserNotificationController


MUKUserNotificationViewController is a container 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.

Usage

MUKUserNotificationViewController is easy to use. Probabily you want to use it as your root view controller and to set real content view controller as a child view controller. This library has been developed with view controller containment in mind, so it's easy to use it in that way, both programmatically and with storyboards. 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

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