Skip to content
/ WToast Public
forked from Brite-Apps/WToast

Info messages for iOS inspired by Android Toast object

Notifications You must be signed in to change notification settings

Drenov/WToast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WToast is a simple info box for iOS inspired by Android Toast.

Requirements

iOS 5.0 and higher.

Features

  • Show toast object with custom text
  • Show toast object with custom image

Usage

Show toast with text

[WToast showWithText:@"This is a short test."];
[WToast showWithText:@"This is a long test." duration:kWTLong];

Show toast with image

[WToast showWithImage:[UIImage imageNamed:@"toast-image"] duration:10];

Demo

IMAGE ALT TEXT HERE

License

This tiny library is public domain. If you like you can mention Nik Dyonin for it.

About

Info messages for iOS inspired by Android Toast object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages