Skip to content

Releases: dudongdaoqi/LCAlertView

2.1.0

01 Sep 11:35
Compare
Choose a tag to compare

ARC

24 Jan 09:07
Compare
Choose a tag to compare
ARC
  1. just for ARC
  2. block method

MRC AlertView

24 Jan 08:27
Compare
Choose a tag to compare

LCAlertview like the system UIAlertview

  1. uses for iphone and ipad
  2. it can rotate with the screen
  3. 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];