/WToast

Info messages for iOS inspired by Android Toast object

Primary LanguageObjective-C

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.