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];
my code:
not show anything
I'm sure in main thread
please fix bug , thank you
you are very good