Skip to content

LGAlertView do not show #80

@zhouzheren

Description

@zhouzheren

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions