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

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

Notifications You must be signed in to change notification settings

mateuszmackowiak/SlideNotification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published