-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
when i use it like this,
CXAlertView * alert=[[CXAlertView alloc] initWithTitle:@"warning" message:message cancelButtonTitle:@"cancel"];
[alert addButtonWithTitle:@"continue" type:CXAlertViewButtonTypeDefault handler:^(CXAlertView *alertView, CXAlertButtonItem *button) {
CXAlertView * secondeAlertView=[[CXAlertView alloc] initWithTitle:@"XX" message:@"xxxxxxxxxxxx" cancelButtonTitle:@"sure"];
[secondeAlertView show];
[alertView dismiss];
}];
when i click 'sure' button , the main thread is blocking. i can't touch my view any more!
can you fix the bug ?
Metadata
Metadata
Assignees
Labels
No labels