LGAlertView icon indicating copy to clipboard operation
LGAlertView copied to clipboard

Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one. You can customize every detail. Make AlertView of your dream! :)

Results 49 LGAlertView issues
Sort by recently updated
recently updated
newest added

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

LGAlertView *alertView = [[LGAlertView alloc] initWithTitle:nil message:nil style:LGAlertViewStyleActionSheet buttonTitles:@[@"回复", @"复制",@"举报"] cancelButtonTitle:@"取消" destructiveButtonTitle:@"" delegate:self] ; [alertView showAnimated:YES completionHandler:nil];

![IMG_7A52E8D610A1-1](https://user-images.githubusercontent.com/15224779/124409260-8a3e0100-dd7a-11eb-8fc8-21edc384a5fc.jpeg) does anyone konw this problem?

выглядит круто и полезно, но блин обж си (ง’̀-‘́)ง 😏

Right now, with dismissOnAction set to false, the buttons get stuck with their highlight after touching. This is due to the workaround for UITableView touch delay by manually selecting them,...

[UIApplication sharedApplication].windows[0]

请问为什么弹窗的遮罩是黑色的?要设置什么属性?

唤起遮罩背景是黑色的隐藏后屏幕全是黑的

No visible @interface for 'LGAlertView' declares the selector 'alertViewWithTextFieldsAndTitle:message:numberOfTextFields:textFieldsSetupHandler:buttonTitles:cancelButtonTitle:destructiveButtonTitle:delegate:'