Use the SCLAlertView class to show standard alert types. Most methods require a UIViewController (passed as the first argument), a title, a subtitle, a close button title, and a duration.
Supported alert types include:
showSuccess:title:subTitle:closeButtonTitle:duration:showError:title:subTitle:closeButtonTitle:duration:showNotice:title:subTitle:closeButtonTitle:duration:showWarning:title:subTitle:closeButtonTitle:duration:showInfo:title:subTitle:closeButtonTitle:duration:showEdit:title:subTitle:closeButtonTitle:duration:showWaiting:title:subTitle:closeButtonTitle:duration:showQuestion:title:subTitle:closeButtonTitle:duration:showCustom:image:color:title:subTitle:closeButtonTitle:duration:
SCLAlertView *alert = [[SCLAlertView alloc] init];
[alert showSuccess:self title:@