Releases: dudongdaoqi/LCAlertView
Releases · dudongdaoqi/LCAlertView
2.1.0
ARC
- just for ARC
- block method
MRC AlertView
LCAlertview like the system UIAlertview
- uses for iphone and ipad
- it can rotate with the screen
- like the system alertview, use easy
How To Use
LCAlertView *alert = [[LCAlertView alloc]initWithTitle:@"hello" message:@"are you ready" delegate:self cancelButtonTitle:@"cancle" otherButtonTitles:@"sure",nil];
[alert show]; [alert release];