ALToastView provides Android's Toast message for iOS (Screenshot).
Requires iOS SDK 4.0 or higher
- Copy class files into your project
- Add QuartzCore.framework to your project's linked libraries
- Import
ALToastView.hand call statictoastInView:withText:for every new toast message you want to show, e.g in yourUIViewControllersubclass call[ALToastView toastInView:self.view withText:@"Hello ALToastView"];