We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
// When I user SCLAlertView like this, is not working! And what should I do?
SCLAlertView *alert = [[SCLAlertView alloc] init]; [alert showWarning:@"xxxx" subTitle:@"xxxx" closeButtonTitle:@"xxxx" duration:0.0f]; [alert addButton:@"xxxx" actionBlock:^{ // xxxx }];