We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have updated to latest release and it breaks the UI. I am stuck at black screen when I press cancel on alertview
Here is my Code
LGAlertView* alertView = [[LGAlertView alloc] initWithViewAndTitle:title message:subtitle style:LGAlertViewStyleAlert view:customView buttonTitles:@[kAlertButtonOk] cancelButtonTitle:kAlertButtonCancel destructiveButtonTitle:nil actionHandler:^(LGAlertView * _Nonnull alertView, NSUInteger index, NSString * _Nullable title) { if(okBlock){ okBlock(YES,self.textViewText); } } cancelHandler:^(LGAlertView * _Nonnull alertView) { if (cancelBlock) { cancelBlock(YES); } } destructiveHandler:^(LGAlertView * _Nonnull alertView) { }]; [alertView showAnimated:YES completionHandler:nil];
My app is stucked at black screen. Is there any workaround ? It was working fine in some older version.
The text was updated successfully, but these errors were encountered:
same
Sorry, something went wrong.
Looks like the same problem #34
No branches or pull requests
I have updated to latest release and it breaks the UI.
I am stuck at black screen when I press cancel on alertview
Here is my Code
My app is stucked at black screen. Is there any workaround ? It was working fine in some older version.
The text was updated successfully, but these errors were encountered: