-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
LGAlertView *view = [[LGAlertView alloc] initWithTitle:@"Title"
message:@"Message"
style:LGAlertViewStyleActionSheet
buttonTitles:@[@"Button 1", @"Button 2"]
cancelButtonTitle:@"Cancel"
destructiveButtonTitle:@"Destructive"
delegate:self];
view.backgroundColor = [UIColor blackColor];
[view showAnimated];
Metadata
Metadata
Assignees
Labels
No labels