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

hey, why exec [actionSheet show]; not show #79

Open
boyXiong opened this issue Oct 8, 2023 · 1 comment
Open

hey, why exec [actionSheet show]; not show #79

boyXiong opened this issue Oct 8, 2023 · 1 comment

Comments

@boyXiong
Copy link

boyXiong commented Oct 8, 2023

my code:

    LCActionSheet *actionSheet = [LCActionSheet sheetWithTitle:title delegate:self cancelButtonTitle:cancelTitle otherButtonTitles:otherTitle01,otherTitle02, nil];
    actionSheet.titleColor = [UIColor colorWithHexString:XZTheme.Share.grayLeve04];
    actionSheet.buttonColor = [UIColor colorWithHexString:XZTheme.Share.blackLeve03];
    [actionSheet setCancelButtonColor:[UIColor colorWithHexString:XZTheme.Share.grayLeve02]];
    self.actionSheet = actionSheet;
    [actionSheet show];

not show anything

I'm sure in main thread

please fix bug , thank you

you are very good

@iTofu
Copy link
Owner

iTofu commented Oct 9, 2023

may you provide a demo project?

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

2 participants