为什么在向每个UIImage添加了层阴影效果后,UIScrollView的渲染速度变慢,这些UIImage是我的scrollview的子视图?我尝试消除阴影效果,并且使scrollview呈现良好。 最佳答案 尝试使用UIBezierPath *path = [UIBezierPath bezierPathWithRect:imgView.bounds]; imgView.layer.shadowPath = path.CGPath;