标签: ios image
我希望UIImage充满不规则区域,而不是裁剪,不是面具。使图像变形。
我该怎么办?使用CoreImage?
答案 0 :(得分:0)
UIImageView是矩形的。我想你可以通过在轴上旋转框架来实现这一目标。您将使用CABasicAnimation。由于你的问题相当普遍,我不能给出具体的答案,但我会指出你的方向。
UIImageView
CABasicAnimation
http://radar.oreilly.com/2013/07/rotating-a-uiview-in-3d.html