CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained 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:
It is thought to be small, compact and easy. If you need ways more configuration I suggest you the superb CRToast.
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.
Marco Muccinelli, [email protected]
MUKUserNotificationController is available under the MIT license. See the LICENSE file for more info.