Przytua / WToast

Info messages for iOS inspired by Android Toast object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Objective-C 100.0%