#Slide Notification#
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
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];