标签: xcode ios6 core-graphics cgaffinetransform
是否可以在Core图形中进行非仿射变换?
我想要一个透视变换,似乎无法在文档中找到类似的东西。
答案 0 :(得分:3)
非仿射变换由Core Animation管理,而非Core Graphics。请参阅Core Animation Function Reference中的CATransform3D。
CATransform3D
简而言之,为了应用透视图,您通常需要从UIView移至CALayer。
UIView
CALayer