TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
ALToastView provides Android's Toast message for iOS (Screenshot).
Requires iOS SDK 4.0 or higher
ALToastView.h
and call static toastInView:withText:
for every new toast message you want to show, e.g in your UIViewController
subclass call [ALToastView toastInView:self.view withText:@"Hello ALToastView"];