1.
有没有办法去除UIImageView旋转时产生的锯齿
imageView.layer.allowsEdgeAntialiasing = YES; // OC
2.衣厨 搭配时 边框 缩放 有 矩齿
self.layer.borderWidth = 2/sqrt( self.transform.a*self.transform.a + self.transform.b*self.transform.b)
self.layer.borderColor = UIColor.CustomRed().CGColor
?? self.layer.allowsEdgeAntialiasing = true //抗矩齿性
??
时间: 2024-10-13 15:40:23