A beautiful alert view
- Add the AMCAlertView folder to your project.
- Add QuartzCore.framework
AMCAlertView *alert = [[AMCAlertView alloc] initWithTittle:@"AMCAlertView" message:@"And so we have a nice alertview for our apps!" delegate:nil buttonTitle:@"OK"];
[alert show];Requires iOS 5.0 and ARC.