Skip to content

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

@boyXiong

Description

@boyXiong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions