Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 499 Bytes

LXNNotifier

This is the repository for LXNNotifier.

Installation

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.

Usage

[[LXNNotifier sharedInstance] showNotificationWithView:[[UIView alloc] init] position:LXNNotifierPositionTop shouldDismissOnTap:YES dismissOnTapBlock:^{
    // dissmiss action
}];