[DWBasicAlertAction showAlertWithTitle:@"Alert" message:@"DWBasicAlertAction" cancelButtonTitle:@"cancel" otherButtonTitles:@[@"item1",@"item2",@"item3",@"item4",@"item5",@"item6"] chooseBlock:^(NSInteger buttonIdx) {
NSLog(@"click buttonIdx:%ld",buttonIdx);
}];
[DWBasicAlertAction showActionSheetWithTitle:@"ActionSheet" message:@"DWBasicAlertAction" cancelButtonTitle:@"Cancel" destructiveButtonTitle:@"Destrutive" otherButtonTitles:@[@"item1",@"item2",@"item3",@"item4",@"item5",@"item6"] chooseBlock:^(NSInteger buttonIdx) {
NSLog(@"click buttonIdx:%ld",buttonIdx);
}];
最新版本:1.0.1
pod search DWBasicAlertAction
如果您找不到最新版本,请尝试
pod setup
我们建议在 Cocoapods 中使用最新发布版本。