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
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
The text was updated successfully, but these errors were encountered:
may you provide a demo project?
Sorry, something went wrong.
No branches or pull requests
my code:
not show anything
I'm sure in main thread
please fix bug , thank you
you are very good
The text was updated successfully, but these errors were encountered: