📅  最后修改于: 2022-03-11 14:55:52.997000             🧑  作者: Mango
cell.transform = CGAffineTransform(rotationAngle: 360)
UIView.animate(withDuration: 0.5, delay: 0.05 * Double(indexPath.row), animations: {
cell.transform = CGAffineTransform(rotationAngle: 0.0)
})