This is the repository for LXNNotifier.
Add following line to your Podfile
pod 'LXNNotifier', :git => "https://bitbucket.org/ducker/lxnnotifier.git"
If no cocoapods installed go to http://cocoapods.org for further informations.
[[LXNNotifier sharedInstance] showNotificationWithView:[[UIView alloc] init] position:LXNNotifierPositionTop shouldDismissOnTap:YES dismissOnTapBlock:^{
// dissmiss action
}];