标签:bounds 之间 1.0 let -o 透明 err png sub
阴影
shadowPath。 阴影的形状,是一个CGPathRef类型,用来指定一个矢量图形。我们可以通过这个属性单独于图层形状之外指定阴影的形状。
let squarePath = CGPathCreateMutable()
// CGPathAddRect(squarePath, nil, view3.layer.bounds)
CGPathAddEllipseInRect(squarePath, nil, view3.layer.bounds)
view3.layer.shadowPath = squarePath
标签:bounds 之间 1.0 let -o 透明 err png sub
原文地址:http://www.cnblogs.com/huahuahu/p/iOS-he-xin-dong-hua-zhi-shi-jue-xiao-guo.html