| | |
| | | switch (indexPath.row) { |
| | | case 0:{//清空图片缓存 |
| | | NSString *str = [NSString stringWithFormat:@"确认清空%.2fM图片缓存!",[self filePath]]; |
| | | UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"警告提示" message:str preferredStyle:UIAlertControllerStyleAlert]; |
| | | UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"温馨提示" message:str preferredStyle:UIAlertControllerStyleAlert]; |
| | | |
| | | UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) { |
| | | NSLog(@"点击取消"); |