Skip to content

MRC AlertView

Compare
Choose a tag to compare
@dudongdaoqi dudongdaoqi released this 24 Jan 08:27
· 20 commits to master since this release

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];