WToast is a simple info box for iOS inspired by Android Toast.
iOS 5.0 and higher.
- Show toast object with custom text
- Show toast object with custom image
[WToast showWithText:@"This is a short test."];
[WToast showWithText:@"This is a long test." duration:kWTLong];
[WToast showWithImage:[UIImage imageNamed:@"toast-image"] duration:10];
This tiny library is public domain. If you like you can mention Nik Dyonin for it.