Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 717 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 717 Bytes

#Slide Notification#

By mateuszmackowiak

SlideNotification lets you send notifications that slide up from the bottom of a view in your iOS apps.

*showMessage - shows toast message and adds to que

*showMessage2 - shows Toast message

Sample

Usage

You simply use class method showMessage with message, durration and an color:

NSString* w = @"this is a short message 2"; 
[SlideNotification showMessage:w duration:[SlideNotification LONG] withColor:Blue];