CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by mariohahn.
platform :ios, '6.0'
pod 'MHNotificationHelper'NSString *title = @"Benachrichtungen aktivieren";
NSString *descriptionString = @"Um die Notificationen verwenden zu können müssen sie die Banachrichtungen aktivieren.";
MHNotificationHelperObject *notificationObject = [MHNotificationHelperObject objectWithTitle:title
description:descriptionString
appIcon:nil
appName:@"meine App"];
MHNotificationHelperViewController *notificationHelper = [MHNotificationHelperViewController.alloc initWithNotification:notificationObject];
notificationHelper.bannerLabel.text = NSLocalizedString(@"Banner", nil);
[self presentViewController:notificationHelper animated:YES completion:nil];