Skip to content
New issue

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

Shows black screen after dismiss #29

Open
rahulvyas opened this issue May 16, 2017 · 2 comments
Open

Shows black screen after dismiss #29

rahulvyas opened this issue May 16, 2017 · 2 comments

Comments

@rahulvyas
Copy link

rahulvyas commented May 16, 2017

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.

@wyk111wyk
Copy link

same

@NikKovIos
Copy link
Collaborator

Looks like the same problem #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants