-
Notifications
You must be signed in to change notification settings - Fork 417
Open
Description
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];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels