mateuszmackowiak / SlideNotification

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Objective-C 100.0%