Skip to content

SIAlertViewButtonTypeDestructive #128

@NikKovIos

Description

@NikKovIos

When type of button is SIAlertViewButtonTypeDestructive there are no visible text.

SIAlertView *areShure = [[SIAlertView alloc] initWithTitle:NSLocalizedString(@"cars_delete", @"") andMessage:NSLocalizedString(@"cars_shure_delete", @"")];
    areShure.transitionStyle = SIAlertViewTransitionStyleBounce;
    areShure.buttonColor = [UIColor redColor];
    [areShure addButtonWithTitle:NSLocalizedString(@"com_yes", @"") type:SIAlertViewButtonTypeDestructive handler:^(SIAlertView *alertView) {


    }];

    [areShure addButtonWithTitle:NSLocalizedString(@"com_no", @"") type:SIAlertViewButtonTypeCancel handler:nil];
    [areShure show];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions